@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Repeatable(value=Authors.class) @LabelAnnotation(name="author") public @interface Author
String
value
public abstract String value
Copyright © 2021. All rights reserved.