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
-
必需元素概要
-
元素详细资料
-
reason
String reason
-