Package org.infinispan.cdi.common.util
Class AnyLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<Any>
-
- org.infinispan.cdi.common.util.AnyLiteral
-
- All Implemented Interfaces:
Annotation
public class AnyLiteral extends AnnotationLiteral<Any> implements Any
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jakarta.enterprise.inject.Any
Any.Literal
-
-
Constructor Summary
Constructors Constructor Description AnyLiteral()
-
Method Summary
-
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
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final Any INSTANCE
-
-