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 Details

    • TypeStore

      public TypeStore()
  • Method Details

    • 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:
      cleanup in interface org.jboss.weld.bootstrap.api.Service