@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface StreamEntities
Entity type annotation for:
EntityContainer.streamEntities()EntityContainer.streamEntitiesOfType(Class)EntityContainer.streamEntitiesAsType(Class)ofType()). StreamEntitiesFunction for acceptable method signatures.StreamEntitiesMethod| 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