org.codehaus.dimple
Annotation Type Implement


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

Indicates that a method or methods declared in a class are used for dynamic implementation of interface(s).

Author:
Ben Yu Dec 17, 2006 6:30:27 PM