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:
Annotation
- Enclosing class:
RunLevelServiceUtilities
private static class RunLevelServiceUtilities.RunLevelImpl
extends AnnotationLiteral<RunLevel>
implements RunLevel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
private static final long
private final int
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 -
Method Summary
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
value
private final int value -
mode
private final int mode
-
-
Constructor Details
-
RunLevelImpl
private RunLevelImpl(int value, int mode)
-
-
Method Details
-
value
public int value() -
mode
public int mode()
-