jline.internal
Annotation Type TestAccessible


@Retention(value=RUNTIME)
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD,PARAMETER})
@Documented
public @interface TestAccessible

Marker annotation for members which are exposed for testing access.

Since:
2.7



Copyright © 2013. All Rights Reserved.