flpa

Results 3 comments of flpa

Would this be a feature worth looking into? Checking annotations on package-level seems pretty straightforward: ``` java TheTestClass.class.getPackage().isAnnotationPresent(Ignore.class); ``` According to javadoc, this method exists since JDK 1.5.

@brianegge I think it's not about the immediate effect that this feature might have but about the additional layer of complexity it adds when trying to figure out why a...

Hi, (nowadays?) there's a REST API for creating Github relases: https://developer.github.com/v3/repos/releases/#create-a-release Cheers