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 |
cleanup() |
Set<Annotation> |
get(Class<? extends Annotation> annotationType) |
boolean |
isExtraScope(Class<? extends Annotation> annotation) |
public Set<Annotation> get(Class<? extends Annotation> annotationType)
public void add(Class<? extends Annotation> annotationType, Annotation annotation)
public boolean isExtraScope(Class<? extends Annotation> annotation)
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2013 Seam Framework. All rights reserved.