Package com.anylogic.engine
@Target({TYPE,METHOD,FIELD,CONSTRUCTOR,LOCAL_VARIABLE}) @Retention(CLASS) @AnyLogicInternalAPI public @interface AnyLogicCustomProposalPriority
Users should ignore this annotation.
This annotation is used only inside the AnyLogic, for code completion purposes
This annotation is used only inside the AnyLogic, for code completion purposes
- Author:
- AnyLogic North America, LLC https://anylogic.com
Modifier and Type | Class | Description |
---|---|---|
static enum | AnyLogicCustomProposalPriority.Type |
Modifier and Type | Field | Description |
---|---|---|
static final String | FULLY_QUALIFIED_STATIC_ELEMENT | |
static final int | P_CODEGEN_API |
A little bit more than
AnyLogicInternalCodegenAPI |
static final int | P_DRAW_API | |
static final int | P_DRAW_CONTAINS_API | |
static final int | P_LIBRARY_DEVELOPER_API |
For elements which are used by libraries but may be rarely used by modelers
(therefore they don't have
AnyLogicInternalAPI annotation) |
static final int | P_PORT_API |
static final String FULLY_QUALIFIED_STATIC_ELEMENT
static final int P_DRAW_CONTAINS_API
- See Also:
- Constant Field Values
static final int P_DRAW_API
- See Also:
- Constant Field Values
static final int P_CODEGEN_API
A little bit more than
AnyLogicInternalCodegenAPI
- See Also:
- Constant Field Values
static final int P_LIBRARY_DEVELOPER_API
For elements which are used by libraries but may be rarely used by modelers
(therefore they don't have
AnyLogicInternalAPI
annotation)- See Also:
- Constant Field Values
static final int P_PORT_API
- See Also:
- Constant Field Values