Annotation Interface Volatile


@Documented @Retention(SOURCE) public @interface Volatile
Indicates that the annotated class, method or value is volatile, and may change in a next version.
Author:
Mark Rotteveel
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details