|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.metadata.cache.AnnotationModel<T>
org.jboss.weld.metadata.cache.ScopeModel<T>
public class ScopeModel<T extends Annotation>
Model of a scope
Field Summary |
---|
Fields inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
---|
valid |
Constructor Summary | |
---|---|
ScopeModel(Class<T> scope,
ClassTransformer classTransformer)
Constrctor |
Method Summary | |
---|---|
protected void |
check()
|
protected Set<Class<? extends Annotation>> |
getMetaAnnotationTypes()
Gets the corresponding meta-annotation type class |
boolean |
isNormal()
Indicates if the scope is "normal" |
boolean |
isPassivating()
Indicates if the scope is "passivating" |
String |
toString()
Gets a string representation of the scope model |
Methods inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
---|
getAnnotatedAnnotation, getRawType, init, initType, initValid, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScopeModel(Class<T> scope, ClassTransformer classTransformer)
scope
- The scope typeMethod Detail |
---|
protected void check()
check
in class AnnotationModel<T extends Annotation>
public boolean isNormal()
public boolean isPassivating()
protected Set<Class<? extends Annotation>> getMetaAnnotationTypes()
getMetaAnnotationTypes
in class AnnotationModel<T extends Annotation>
public String toString()
toString
in class AnnotationModel<T extends Annotation>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |