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
- Author:
- pmuir
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeStore
public TypeStore()
get
public Set<Annotation> get(Class<? extends Annotation> annotationType)
add
public void add(Class<? extends Annotation> annotationType,
Annotation annotation)
addAll
public void addAll(Class<? extends Annotation> annotationType,
Set<Annotation> annotations)
cleanup
public void cleanup()
- Specified by:
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2013 Seam Framework. All Rights Reserved.