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.