ovm.polyd.tags
Annotation Type Name


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Name

Use this tag to change the interpretation of a message or method name.

If you rename a prototype in an interface, methods with the new name will be looked for in the supplied bodies. If one or more methods in the body have been in turn renamed using this tag, those methods will be also included. Renamed methods can be also used with non-renamed prototypes.


Required Element Summary
 java.lang.String value
          The desired new name for a prototype or implementing method.
 

Element Detail

value

public abstract java.lang.String value
The desired new name for a prototype or implementing method.