public static interface Annotation.Factory.Provider extends 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(Class<T> type) |
Annotation.Factory<? extends Annotation> |
provideBy(String id) |
forEach, iterator, spliterator@Nonnull <T extends Annotation> Annotation.Factory<T> provideBy(@Nonnull Class<T> type) throws Annotation.Factory.Provider.UnknownAnnotationException
@Nonnull Annotation.Factory<? extends Annotation> provideBy(@Nonnull String id) throws Annotation.Factory.Provider.UnknownAnnotationException
Copyright © 2024 echocat. All rights reserved.