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