@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface IgnoredMethod
Tells the generator to ignore a specific method of a service interface or class.
This annotation may only be used on methods.
Sample usage: @IgnoredMethod public String myIgnoredServiceMethod();
- Author:
- Franck WOLFF