Uses of Class
javax.enterprise.util.AnnotationLiteral

Packages that use AnnotationLiteral
com.caucho.config   
com.caucho.config.cfg   
com.caucho.config.gen   
com.caucho.config.inject   
com.caucho.config.j2ee   
com.caucho.config.xml   
com.caucho.ejb.cfg   
com.caucho.hemp.broker   
com.caucho.inject   
 

Uses of AnnotationLiteral in com.caucho.config
 

Subclasses of AnnotationLiteral in com.caucho.config
 class AdminLiteral
          Utility class for creating @Admin annotations, used for generic resources like DataSources.
 class Names
          Utility class for creating @Name annotations, used for generic resources like DataSources.
 

Uses of AnnotationLiteral in com.caucho.config.cfg
 

Subclasses of AnnotationLiteral in com.caucho.config.cfg
 class ApplicationScopedLiteral
          Represents the @RequestScoped annotation
 class ConversationScopedLiteral
          Represents the @RequestScoped annotation
 class DependentLiteral
          Represents the @Dependent annotation
 class RequestScopedLiteral
          Represents the @RequestScoped annotation
 class SessionScopedLiteral
          Represents the @RequestScoped annotation
 

Uses of AnnotationLiteral in com.caucho.config.gen
 

Subclasses of AnnotationLiteral in com.caucho.config.gen
 class LockingAttributeLiteral
          Utilities
 class PostConstructLiteral
          
 class PreDestroyLiteral
          
 class TransactionAttributeLiteral
          Utilities
 class TransactionManagementLiteral
          Utilities
 class XaCallbackLiteral
          Utilities
 

Uses of AnnotationLiteral in com.caucho.config.inject
 

Subclasses of AnnotationLiteral in com.caucho.config.inject
 class AnyLiteral
          Represents the @Default annotation
 class DefaultLiteral
          Represents the @Default annotation
 class InterceptorLiteral
          Represents the @Default annotation
 class NewLiteral
          Represents the @New annotation
 class NoAspectLiteral
          Represents the @Default annotation
 

Uses of AnnotationLiteral in com.caucho.config.j2ee
 

Subclasses of AnnotationLiteral in com.caucho.config.j2ee
 class BeanNameLiteral
          A @BeanName literal for EJB names
 class EjbQualifierLiteral
          A @BeanName literal for EJB names
 class JpaPersistenceContextLiteral
          A @BeanName literal for EJB names
 

Uses of AnnotationLiteral in com.caucho.config.xml
 

Subclasses of AnnotationLiteral in com.caucho.config.xml
 class XmlCookieLiteral
          An annotation cookie for matching AnnotatedTypes to InjectionTargets.
 

Uses of AnnotationLiteral in com.caucho.ejb.cfg
 

Subclasses of AnnotationLiteral in com.caucho.ejb.cfg
 class AccessTimeoutLiteral
          Configuration for @Remove@SuppressWarnings("serial")
 class AfterBeginLiteral
          
 class AroundInvokeLiteral
           boolean-literal ::= (true="1", false="0")
 class AsynchronousLiteral
          
 class BeforeCompletionLiteral
          
 class ConcurrencyManagementLiteral
          Configuration for @Remove@SuppressWarnings("serial")
 class ExcludeClassInterceptorsLiteral
           boolean-literal ::= (true="1", false="0")
 class ExcludeDefaultInterceptorsLiteral
           boolean-literal ::= (true="1", false="0")
 class InterceptorsDefaultLiteral
          
 class InterceptorsLiteral
           boolean-literal ::= (true="1", false="0")
 class LocalBeanLiteral
          Configuration for @Remove@SuppressWarnings("serial")
 class LockLiteral
          Configuration for @Remove@SuppressWarnings("serial")
 class RemoveLiteral
          Configuration for @Remove@SuppressWarnings("serial")
 class SingletonLiteral
          Configuration for an ejb stateless session bean.
 class StatefulLiteral
          Configuration for an ejb singleton session bean.
 class StatefulTimeoutLiteral
          Configuration for @Remove@SuppressWarnings("serial")
 class StatelessLiteral
          Configuration for an ejb stateless session bean.
 

Uses of AnnotationLiteral in com.caucho.hemp.broker
 

Subclasses of AnnotationLiteral in com.caucho.hemp.broker
 class BamServiceLiteral
          bam-service configuration
 

Uses of AnnotationLiteral in com.caucho.inject
 

Subclasses of AnnotationLiteral in com.caucho.inject
 class NamedLiteral
          Utility class for creating @Name annotations, used for generic resources like DataSources.