Package org.apache.myfaces.cdi.util
Class AnyLiteral
java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.inject.Any>
org.apache.myfaces.cdi.util.AnyLiteral
- All Implemented Interfaces:
Annotation
public class AnyLiteral
extends jakarta.enterprise.util.AnnotationLiteral<jakarta.enterprise.inject.Any>
implements jakarta.enterprise.inject.Any
Literal for the
Any
annotation.
NOTE: Taken from Apache DeltaSpike- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.enterprise.inject.Any
jakarta.enterprise.inject.Any.Literal
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Constructor Details
-
AnyLiteral
public AnyLiteral()
-