@Documented
@Retention(value=RUNTIME)
public @interface ApiInternal
ApiInternal annotation marks anything that is API-internal and that
is discouraged from being used directly inside of reasonable modifications or
other applications. Due to this not being enforced in any way, this is simply
a request.