public static interface Annotation.Factory.Provider extends java.lang.Iterable<Annotation.Factory<? extends Annotation>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Annotation.Factory.Provider.UnknownAnnotationException |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
provideBy(java.lang.Class<T> type) |
Annotation.Factory<? extends Annotation> |
provideBy(java.lang.String id) |
@Nonnull <T extends Annotation> Annotation.Factory<T> provideBy(@Nonnull java.lang.Class<T> type) throws Annotation.Factory.Provider.UnknownAnnotationException
@Nonnull Annotation.Factory<? extends Annotation> provideBy(@Nonnull java.lang.String id) throws Annotation.Factory.Provider.UnknownAnnotationException
Copyright © 2015 echocat. All Rights Reserved.