@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Once
If you want to specify the minimum and maximum occurrences of an option you
can use the MinOccurrences and MaxOccurrences annotations instead.
Copyright © 2012–2022. All rights reserved.