Annotation Interface VolatileImpl


@Target({METHOD,CONSTRUCTOR}) @Retention(CLASS) @Documented @Inherited public @interface VolatileImpl
Signifies that a particular function or method possess the ability to "panic" or throw a Runtime exception. Most of the time, this exception thrown is usually due to programmer error. Otherwise, if it is not, this annotation should have its usage minimized.
作者:
Jack Meng
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
     
  • 元素详细资料