public static class CommentAnnotation.Factory extends Object implements Annotation.Factory<CommentAnnotation>
Annotation.Factory.Provider| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
CommentAnnotation |
createBy(Object... arguments) |
String |
getId() |
Class<CommentAnnotation> |
getResponsibleFor() |
@Nonnull public String getId()
getId in interface Annotation.Factory<CommentAnnotation>@Nonnull public Class<CommentAnnotation> getResponsibleFor()
getResponsibleFor in interface Annotation.Factory<CommentAnnotation>@Nonnull public CommentAnnotation createBy(@Nullable Object... arguments)
createBy in interface Annotation.Factory<CommentAnnotation>Copyright © 2024 echocat. All rights reserved.