Class Stopped.Literal
java.lang.Object
io.micronaut.coherence.annotation.Stopped.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - Stopped
 
An annotation literal for the 
Stopped
 annotation.- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.Stopped
Stopped.Literal - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stopped.LiteralAnnotation literal instance forStopped. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>Method returns the type of the annotation literal.booleaninthashCode()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.annotation.Annotation
toString 
- 
Field Details
- 
INSTANCE
Annotation literal instance forStopped. 
 - 
 - 
Constructor Details
- 
Literal
public Literal() 
 - 
 - 
Method Details
- 
annotationType
Method returns the type of the annotation literal. The value is resolved lazily during the first call of this method.- Specified by:
 annotationTypein interfaceAnnotation- Returns:
 - annotation type of this literal.
 
 - 
equals
- Specified by:
 equalsin interfaceAnnotation- Overrides:
 equalsin classObject
 - 
hashCode
public int hashCode()- Specified by:
 hashCodein interfaceAnnotation- Overrides:
 hashCodein classObject
 
 -