public class TypeStore extends Object implements org.jboss.weld.bootstrap.api.Service
Constructor and Description |
---|
TypeStore() |
Modifier and Type | Method and Description |
---|---|
void |
add(Class<? extends Annotation> annotationType,
Annotation annotation) |
void |
addAll(Class<? extends Annotation> annotationType,
Set<Annotation> annotations) |
void |
cleanup() |
Set<Annotation> |
get(Class<? extends Annotation> annotationType) |
public Set<Annotation> get(Class<? extends Annotation> annotationType)
public void add(Class<? extends Annotation> annotationType, Annotation annotation)
public void addAll(Class<? extends Annotation> annotationType, Set<Annotation> annotations)
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2013 Seam Framework. All rights reserved.