jglick / sezpoz

SezPoz: lightweight, annotation-based service loader
29 stars 11 forks source link

Annotation processor warnings when using JDK7 #10

Closed daspilker closed 8 years ago

daspilker commented 8 years ago

I get warnings like this when using JDK7:

warning: Supported source version 'RELEASE_6' from annotation processor 'net.java.sezpoz.impl.Indexer6' less than -source '1.7'

How about dropping support for JDK6 since it's EOL?