Skip to content

Commit

Permalink
Merge pull request apache#5843 from mbien/bump-annotation-processor-v…
Browse files Browse the repository at this point in the history
…ersion

AnnotationProcessors shouldn't set the SourceVersion unless required
  • Loading branch information
mbien authored Oct 11, 2023
2 parents 1c9eeab + 9622d08 commit baa5cc3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
import javax.annotation.processing.Processor;
import javax.annotation.processing.RoundEnvironment;
import javax.annotation.processing.SupportedAnnotationTypes;
import javax.annotation.processing.SupportedSourceVersion;
import javax.lang.model.SourceVersion;
import javax.lang.model.element.Element;
import javax.lang.model.element.TypeElement;
import org.netbeans.modules.languages.neon.completion.CompletionProviders;
Expand All @@ -37,7 +35,6 @@
* @author Ondrej Brejla <[email protected]>
*/
@ServiceProvider(service = Processor.class)
@SupportedSourceVersion(SourceVersion.RELEASE_7)
@SupportedAnnotationTypes("org.netbeans.modules.languages.neon.spi.completion.MethodCompletionProvider.Registration")
public class MethodCompletionProviderProcessor extends LayerGeneratingProcessor {

Expand Down

0 comments on commit baa5cc3

Please sign in to comment.