Package io.smallrye.common.annotation
Class Identifier.Literal
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<Identifier>
-
- io.smallrye.common.annotation.Identifier.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Identifier
public static final class Identifier.Literal extends javax.enterprise.util.AnnotationLiteral<Identifier> implements Identifier
Supports inline instantiation of theIdentifierqualifier.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.common.annotation.Identifier
Identifier.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Identifier.Literalof(String value)Stringvalue()-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static Identifier.Literal of(String value)
-
value
public String value()
-
-