@Retention(value=SOURCE)
@Documented
@Target(value={ANNOTATION_TYPE,METHOD,PACKAGE,TYPE})
public @interface InternalApi
Annotates a program element (class, method, package etc.) which is internal to JxBrowser, not
part of the public API, and should not be used by users of the library.