@Target(value={CONSTRUCTOR,METHOD,TYPE}) @Retention(value=RUNTIME) public @interface Warning
When the server settings dictate 'default' warnings, warnings are printed
if the value()
is true.
public abstract boolean value
public abstract String reason
Copyright © 2016. All rights reserved.