@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Mailer
A Tag annotation indicate a class or method is used to preparing and send out email
Note if the annotation is tagged on a class, then framework will treat all public void method with name start with “send” as sender method
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Defines the
mailer configure ID. |
public abstract java.lang.String value
Defines the mailer configure ID.
Default value: "default"
Copyright © 2014–2017 ActFramework. All rights reserved.