Apache Wiki wrote:
== Mailet User Contract == 1. Mailets must use JavaBeans method naming conventions 1. Mailet classes may expose 1 or more public constructors which may only take JavaPrimitive type parameters or none at all.
I prefer the empty constructor. Can you make an example of the constructors taking only JavaPrimitive types and their purpose?
1. Mailet classes may implement their interface
May? I don't understand this...
1. Mailet interfaces must be annotated with org.apache.mailet.annotation.Mailet
What are you trying to achieve with this? What are the "Mailet interfaces"? Stefano
