@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface GProperty
This compile-time annotation specifies that a given String parameter actually
represents a property of the class specified by the nearest type parameter. It
is used by the Eclipse plugin; it marks string parameters that actually represent
some property.
- Author:
- Frits Jalvingh
Created on Jan 3, 2010