Class ConfigUri.Literal
java.lang.Object
io.micronaut.coherence.annotation.ConfigUri.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ConfigUri
An annotation literal for the
ConfigUri
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.micronaut.coherence.annotation.ConfigUri
ConfigUri.Literal
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
Method returns the type of the annotation literal.boolean
int
hashCode()
static ConfigUri.Literal
Create aConfigUri.Literal
.value()
The name used to identify a specific resource.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 aConfigUri.Literal
.- Parameters:
sURI
- the config resource URI- Returns:
- a
ConfigUri.Literal
with the specified value
-
value
The name used to identify a specific resource.- Returns:
- the name used to identify a specific resource
-
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.
-