Class Identified.Literal

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<Identified>
io.quarkus.arc.impl.Identified.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
Identified

public static final class Identified.Literal extends jakarta.enterprise.util.AnnotationLiteral<Identified> implements Identified
Supports inline instantiation of this qualifier.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.quarkus.arc.impl.Identified

    Identified.Literal
  • Constructor Summary

    Constructors
    Constructor
    Description
    Literal(String value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class jakarta.enterprise.util.AnnotationLiteral

    annotationType, equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Literal

      public Literal(String value)
  • Method Details

    • value

      public String value()