src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java

Print this page

        

*** 34,45 **** import javax.annotation.processing.SupportedSourceVersion; /** * A simple visitor for annotation values with default behavior * appropriate for the {@link SourceVersion#RELEASE_7 RELEASE_7} ! * source version. Visit methods call {@link ! * #defaultAction} passing their arguments to {@code defaultAction}'s * corresponding parameters. * * <p> Methods in this class may be overridden subject to their * general contract. Note that annotating methods in concrete * subclasses with {@link java.lang.Override @Override} will help --- 34,45 ---- import javax.annotation.processing.SupportedSourceVersion; /** * A simple visitor for annotation values with default behavior * appropriate for the {@link SourceVersion#RELEASE_7 RELEASE_7} ! * source version. Visit methods call {@link #defaultAction(Object, P) ! * defaultAction} passing their arguments to {@code defaultAction}'s * corresponding parameters. * * <p> Methods in this class may be overridden subject to their * general contract. Note that annotating methods in concrete * subclasses with {@link java.lang.Override @Override} will help