On 5 December 2011 13:34, henrib <hen...@apache.org> wrote:
> JSR-269: custom annotation processing hooks are available in Java6; say
> someones wants to develop an IDE plugin that checks whether usage of a
> class/field/method annotated by @internal is made from the same package and
> issue a warning in that case...

In that case, surely the plugin can target Java 1.6?

> JSR-199: convert a script / or part of a script as a "compiled" class;
> instead of going through ASM et al libraries, generate the Java code - Jexl
> templates - and compile it.

Is that going to be part of JEXL itself?
Again, if it is an add-on, that can require 1.6.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to