Package org.jboss.weld.metadata
Class TypeStore
java.lang.Object
org.jboss.weld.metadata.TypeStore
- All Implemented Interfaces:
org.jboss.weld.bootstrap.api.Service
This class is thread-safe.
- Author:
- pmuir, Jozef Hartinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Class<? extends Annotation> annotationType, Annotation annotation) voidcleanup()get(Class<? extends Annotation> annotationType) booleanisExtraScope(Class<? extends Annotation> annotation)
-
Constructor Details
-
TypeStore
public TypeStore()
-
-
Method Details
-
get
-
add
-
isExtraScope
-
cleanup
public void cleanup()- Specified by:
cleanupin interfaceorg.jboss.weld.bootstrap.api.Service
-