@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface GetEntities
Entity type annotation for:
EntityContainer.getEntities()EntityContainer.getEntitiesOfType(Class)EntityContainer.getEntitiesAsType(Class)ofType()). GetEntitiesFunction for acceptable method signatures.GetEntitiesMethod| Modifier and Type | Fields and Description |
|---|---|
static boolean |
DEFAULT_OF_TYPE
Default type filtering (
true). |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
ofType
Whether filtering of type is performed.
|
public static final boolean DEFAULT_OF_TYPE
true).public abstract boolean ofType
DEFAULT_OF_TYPE