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 SummaryNested classes/interfaces inherited from class jakarta.enterprise.inject.Anyjakarta.enterprise.inject.Any.Literal
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.enterprise.util.AnnotationLiteralannotationType, equals, hashCode, toString
- 
Constructor Details- 
AnyLiteralpublic AnyLiteral()
 
-