Package io.milton.annotations
Annotation Type Email
-
@Target(METHOD) @Retention(RUNTIME) public @interface Email
Marks the method as one which returns the email address for a type of object.Usually the type of object will be the same as returned by
@Usersmethod, ie your principal source object