org.apache.myfaces.cdi.util
Class AnyLiteral

java.lang.Object
  extended by javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any>
      extended by org.apache.myfaces.cdi.util.AnyLiteral
All Implemented Interfaces:
Serializable, Annotation, javax.enterprise.inject.Any

public class AnyLiteral
extends javax.enterprise.util.AnnotationLiteral<javax.enterprise.inject.Any>
implements javax.enterprise.inject.Any

Literal for the Any annotation. NOTE: Taken from Apache DeltaSpike

See Also:
Serialized Form

Constructor Summary
AnyLiteral()
           
 
Method Summary
 
Methods inherited from class javax.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
 

Constructor Detail

AnyLiteral

public AnyLiteral()


Copyright © 2014 The Apache Software Foundation. All rights reserved.