Package org.apache.webbeans.annotation
Class AnyLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<T>
-
- org.apache.webbeans.annotation.EmptyAnnotationLiteral<jakarta.enterprise.inject.Any>
-
- org.apache.webbeans.annotation.AnyLiteral
-
- All Implemented Interfaces:
Annotation
public class AnyLiteral extends EmptyAnnotationLiteral<jakarta.enterprise.inject.Any> implements jakarta.enterprise.inject.Any
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Annotation[]ARRAYstatic AnyLiteralINSTANCE
-
Constructor Summary
Constructors Constructor Description AnyLiteral()
-
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 AnyLiteral INSTANCE
-
ARRAY
public static final Annotation[] ARRAY
-
-