Package org.apache.webbeans.annotation
Class DefaultLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<T>
-
- org.apache.webbeans.annotation.EmptyAnnotationLiteral<jakarta.enterprise.inject.Default>
-
- org.apache.webbeans.annotation.DefaultLiteral
-
- All Implemented Interfaces:
Annotation
public class DefaultLiteral extends EmptyAnnotationLiteral<jakarta.enterprise.inject.Default> implements jakarta.enterprise.inject.Default
Defaultliteral annotation.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Annotation[]ARRAYstatic DefaultLiteralINSTANCEstatic Set<Annotation>SET
-
Constructor Summary
Constructors Constructor Description DefaultLiteral()
-
Method Summary
-
Methods inherited from class org.apache.webbeans.annotation.EmptyAnnotationLiteral
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
-
-
-
-
Field Detail
-
INSTANCE
public static final DefaultLiteral INSTANCE
-
ARRAY
public static final Annotation[] ARRAY
-
SET
public static final Set<Annotation> SET
-
-