Skip navigation links
@API Guardian
A O V 

A

API - Annotation Type in org.apiguardian.api
@API is used to annotate public types, methods, constructors, and fields within a framework or application in order to publish their API.status() and level of stability and to indicate how they are intended to be used by API.consumers() of the API.
API.Status - Enum in org.apiguardian.api
Indicates the status of an API element and therefore its level of stability as well.

O

org.apiguardian.api - package org.apiguardian.api
 

V

valueOf(String) - Static method in enum org.apiguardian.api.API.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apiguardian.api.API.Status
Returns an array containing the constants of this enum type, in the order they are declared.
A O V 
Skip navigation links
@API Guardian