[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/APIJSON/APIJSON/main/src/main/java/apijson/orm/Visitor.java [Back]  [Original]

/*Copyright (C) 2026 the APIJSON group.  All rights reserved.

This source code is licensed under the Apache License Version 2.0.*/


package apijson.orm;

import java.util.List;

/**
 * @author Lemon
 */
public interface Visitor {

	T getId();

	List getContactIdList();

}

Web Proxy Viewer  |  New URL  |  Original Page