Package org.glassfish.hk2.runlevel
Class RunLevelServiceUtilities.RunLevelImpl
- java.lang.Object
-
- org.glassfish.hk2.api.AnnotationLiteral<RunLevel>
-
- org.glassfish.hk2.runlevel.RunLevelServiceUtilities.RunLevelImpl
-
- All Implemented Interfaces:
java.lang.annotation.Annotation
- Enclosing class:
- RunLevelServiceUtilities
private static class RunLevelServiceUtilities.RunLevelImpl extends AnnotationLiteral<RunLevel> implements RunLevel
-
-
Field Summary
Fields Modifier and Type Field Description private int
mode
private static long
serialVersionUID
private int
value
-
Fields inherited from interface org.glassfish.hk2.runlevel.RunLevel
RUNLEVEL_MODE_META_TAG, RUNLEVEL_MODE_NON_VALIDATING, RUNLEVEL_MODE_VALIDATING, RUNLEVEL_VAL_IMMEDIATE, RUNLEVEL_VAL_INITIAL, RUNLEVEL_VAL_META_TAG
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RunLevelImpl(int value, int mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
mode()
int
value()
-
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
value
private final int value
-
mode
private final int mode
-
-