Package app.ductape.sdk.core.api
Annotation Interface Internal
@Documented
@Retention(CLASS)
@Target({TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE})
public @interface Internal
Marks a public symbol as an internal implementation detail.
@Internal symbols are public for technical reasons (e.g. cross-package wiring) but
are explicitly excluded from the supported surface. They may change or disappear in any
release. The apiCompatibility japicmp gate ignores changes to these symbols.
-
Optional Element Summary
Optional Elements
-
Element Details
-
reason
String reason- Default:
- ""
-