public interface SlimAnnotatedTypeStore extends Service
SlimAnnotatedTypes and allows them to be retrieved via BeanManager#getAnnotatedTypes(Class) and BeanManager#getAnnotatedType(Class, String).| Modifier and Type | Method and Description |
|---|---|
<X> Collection<SlimAnnotatedType<X>> |
get(Class<X> type)
Retrieves a previously stored list of
SlimAnnotatedTypes that match the given type. |
<X> SlimAnnotatedType<X> |
get(Class<X> type,
String suffix)
Retrieves a previously stored
SlimAnnotatedType that matches the given type and ID suffix. |
<X> void |
put(SlimAnnotatedType<X> type)
Put a
SlimAnnotatedType into the store. |
<X> Collection<SlimAnnotatedType<X>> get(Class<X> type)
SlimAnnotatedTypes that match the given type.type - the annotated type type<X> SlimAnnotatedType<X> get(Class<X> type, String suffix)
SlimAnnotatedType that matches the given type and ID suffix.<X> void put(SlimAnnotatedType<X> type)
SlimAnnotatedType into the store.type - type to storeCopyright © 2014 Seam Framework. All Rights Reserved.