Package com.arangodb.arch
Annotation Type UnstableApi
-
@Retention(CLASS) @Target({TYPE,METHOD,PARAMETER,FIELD}) public @interface UnstableApi
Indicates a public API that has references to internal classes and that should change in the next major release. Referenced internal classes are annotated withUsedInApi
. Architectural tests consider these annotation to tolerate referencing annotated elements.