Package org.aspectj.weaver
Interface Constants
-
public interface Constants
-
-
Field Summary
Fields Modifier and Type Field Description static intACC_BRIDGEstatic intACC_VARARGSstatic StringRUNTIME_LEVEL_12static StringRUNTIME_LEVEL_15static StringRUNTIME_LEVEL_19static StringRUNTIME_LEVEL_DEFAULT
-
-
-
Field Detail
-
ACC_BRIDGE
static final int ACC_BRIDGE
- See Also:
- Constant Field Values
-
ACC_VARARGS
static final int ACC_VARARGS
- See Also:
- Constant Field Values
-
RUNTIME_LEVEL_12
static final String RUNTIME_LEVEL_12
- See Also:
- Constant Field Values
-
RUNTIME_LEVEL_15
static final String RUNTIME_LEVEL_15
- See Also:
- Constant Field Values
-
RUNTIME_LEVEL_19
static final String RUNTIME_LEVEL_19
- See Also:
- Constant Field Values
-
RUNTIME_LEVEL_DEFAULT
static final String RUNTIME_LEVEL_DEFAULT
- See Also:
- Constant Field Values
-
-