@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Copyright
| Modifier and Type | Required Element and Description |
|---|---|
String |
holder
Gets/Sets the copyright holder
|
int |
startYear
Gets/Sets the start year
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
endYear
Gets/Sets the end year
|
public abstract String holder
Copyright © 2012–2022. All rights reserved.