Package org.jparsec.internal.annotations
Annotation Type Private
-
@Target({TYPE,CONSTRUCTOR,METHOD,FIELD}) public @interface Private
Annotates anything that should be private but is allowing test cases to access it.
@Target({TYPE,CONSTRUCTOR,METHOD,FIELD})
public @interface Private