@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface RequiresView
@RequiresView("foo.jelly")
.
TODO: write a checker that makes sure all the subtypes have required views.
I initially tried to do this in AnnotationProcessorImpl
, but they don't see
resources, so the check needs to be done much later, probably by inspecting the jar file.
public abstract String[] value
Copyright © 2014. All rights reserved.