|
Oxygen XML Editor 13.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented @Retention(value=CLASS) @Target(value=TYPE) public @interface API
Indicates the type of an API element and the visibility of its source code. If a Java type (class, interface, enum or annotation type) is annotated with this annotation it means that the type is intended to be exposed as public API.
| Required Element Summary | |
|---|---|
SourceType |
src
States whether the source code of this API element is available to end users. |
APIType |
type
Describes the type of the API element. |
| Element Detail |
|---|
public abstract APIType type
APIType.
public abstract SourceType src
SourceType.
|
Oxygen XML Editor 13.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||