@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface FieldIsExpression
A meta-annotation indicating that the annotated annotation is a type
qualifier with a field named 'value' that is an array of Strings
containing Java expressions.