public interface SlimAnnotatedTypeStore extends BootstrapService
SlimAnnotatedTypes.| 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. |
cleanupAfterBoot<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 © 2016. All Rights Reserved.