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 @Users method, ie your principal source object