Package org.uberfire.backend.server.cdi
Class SystemConfigProducer.NamedLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<javax.inject.Named>
-
- org.uberfire.backend.server.cdi.SystemConfigProducer.NamedLiteral
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- SystemConfigProducer
public class SystemConfigProducer.NamedLiteral extends javax.enterprise.util.AnnotationLiteral<javax.inject.Named> implements javax.inject.Named- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedLiteral(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-