Title: Message Title
Tiago Oliveira commented on an issue
Mojo / Bug MOJO-2012
error filtering expresions in annotations
Tried to filter an _expression_ inside an annotation value, but it didn't worked as expected. In other places (like string declarations) it worked fine.

Something like:

@java.lang.SuppressWarnings({"@filter@","${filter}"})
public class A {
private static final String FILTER_A="@filter@";
private static final String FILTER_B="${filter}";
}

af...


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to