Class Scope.Literal
java.lang.Object
io.micronaut.coherence.annotation.Scope.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Scope
An annotation literal for the
Scope
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.Scope
Scope.Literal
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
Method returns the type of the annotation literal.boolean
int
hashCode()
static Scope.Literal
Create aScope.Literal
.value()
Obtain the name value.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
-
Method Details
-
of
Create aScope.Literal
.- Parameters:
sValue
- the scope name or URI used to identify a specificConfigurableCacheFactory
- Returns:
- a
Scope.Literal
with the specified URI
-
value
Obtain the name value.- Returns:
- the name value
-
equals
- Specified by:
equals
in interfaceAnnotation
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceAnnotation
-
annotationType
Method returns the type of the annotation literal. The value is resolved lazily during the first call of this method.- Specified by:
annotationType
in interfaceAnnotation
- Returns:
- annotation type of this literal.
-