@Retention(value=CLASS) @Target(value={METHOD,CONSTRUCTOR,TYPE}) public @interface IgnoreJava6Requirement
Should be applied with great care in general, i.e. you need to make sure that the violating element is only meant to be run on the Java version it is based on.
Copyright © 2007-2017 Red Hat, Inc. All Rights Reserved