FileDocCategorySizeDatePackage
Unstable.javaAPI DocExample195Wed Apr 20 15:00:02 BST 2005None

Unstable.java

import java.lang.annotation.*;

/**
 * Specifies that the annotated element is unstable and its API is
 * subject to change.
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Unstable {}