Package com.netflix.graphql.dgs.support
Annotation Interface Unstable
@Documented
@Inherited
@Retention(RUNTIME)
@Target({CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
public @interface Unstable
Used to mark a component as having an unstable API or implementation.
This is used by the team to reflect components that most likely will change in the future due its maturity and proven usefulness.
Usage of this component is discouraged, use at your own risk.
-
Optional Element Summary
Optional Elements
-
Element Details
-
message
String message- Default:
- "The API/implementation of this component is unstable, use at your own risk."
-