Class Identifier.Literal

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Identifier>
io.smallrye.common.annotation.Identifier.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
Identifier

public static final class Identifier.Literal extends jakarta.enterprise.util.AnnotationLiteral<Identifier> implements Identifier
Supports inline instantiation of the Identifier qualifier.
See Also:
  • Method Details

    • of

      public static Identifier.Literal of(String value)
      Construct a new instance.
      Parameters:
      value - the identifier value (must not be null)
      Returns:
      the annotation literal
    • value

      public String value()