Package org.jboss.as.weld
Enum Class CdiAnnotations
- All Implemented Interfaces:
Serializable,Comparable<CdiAnnotations>,Constable
Class that stores the
DotNames of CDI annotations.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionjakarta.enterprise.inject.Alternative CDI annotation.jakarta.enterprise.inject.Any CDI annotation.jakarta.enterprise.context.ApplicationScoped CDI annotation.jakarta.enterprise.context.ConversationScoped CDI annotation.jakarta.decorator.Decorator CDI annotation.jakarta.enterprise.inject.Default CDI annotation.jakarta.decorator.Delegate CDI annotation.jakarta.enterprise.context.Dependent CDI annotation.jakarta.enterprise.inject.Disposes CDI annotation.jakarta.enterprise.inject.Model CDI annotation.jakarta.enterprise.inject.New CDI annotation.jakarta.enterprise.context.NormalScope CDI annotation.jakarta.enterprise.event.Observes CDI annotation.jakarta.enterprise.inject.Produces CDI annotation.jakarta.enterprise.context.RequestScoped CDI annotation.jakarta.enterprise.context.SessionScoped CDI annotation.jakarta.inject.Singleton annotation.jakarta.enterprise.inject.Specializes CDI annotation.jakarta.enterprise.inject.Stereotype CDI annotation.jakarta.enterprise.inject.Typed CDI annotation. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<AnnotationType>static final Set<AnnotationType>static final Set<org.jboss.jandex.DotName>static final Set<AnnotationType>static final org.jboss.jandex.DotName -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jandex.DotNamestatic CdiAnnotationsReturns the enum constant of this class with the specified name.static CdiAnnotations[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DECORATOR
jakarta.decorator.Decorator CDI annotation. -
DELEGATE
jakarta.decorator.Delegate CDI annotation. -
APP_SCOPED
jakarta.enterprise.context.ApplicationScoped CDI annotation. -
CONV_SCOPED
jakarta.enterprise.context.ConversationScoped CDI annotation. -
REQ_SCOPED
jakarta.enterprise.context.RequestScoped CDI annotation. -
SESS_SCOPED
jakarta.enterprise.context.SessionScoped CDI annotation. -
NORM_SCOPE
jakarta.enterprise.context.NormalScope CDI annotation. -
DEPENDENT
jakarta.enterprise.context.Dependent CDI annotation. -
SINGLETON
jakarta.inject.Singleton annotation. -
OBSERVES
jakarta.enterprise.event.Observes CDI annotation. -
ALTERNATIVE
jakarta.enterprise.inject.Alternative CDI annotation. -
ANY
jakarta.enterprise.inject.Any CDI annotation. -
DEFAULT
jakarta.enterprise.inject.Default CDI annotation. -
DISPOSES
jakarta.enterprise.inject.Disposes CDI annotation. -
MODEL
jakarta.enterprise.inject.Model CDI annotation. -
NEW
jakarta.enterprise.inject.New CDI annotation. -
PRODUCES
jakarta.enterprise.inject.Produces CDI annotation. -
SPECIALIZES
jakarta.enterprise.inject.Specializes CDI annotation. -
STEREOTYPE
jakarta.enterprise.inject.Stereotype CDI annotation. -
TYPED
jakarta.enterprise.inject.Typed CDI annotation.
-
-
Field Details
-
SCOPE
public static final org.jboss.jandex.DotName SCOPE -
BUILT_IN_SCOPE_NAMES
-
BUILT_IN_SCOPES
-
BEAN_DEFINING_ANNOTATIONS
-
BEAN_DEFINING_META_ANNOTATIONS
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDotName
public org.jboss.jandex.DotName getDotName()- Returns:
- fully qualified name
-
getSimpleName
- Returns:
- simple name
-