public interface DocletSetter extends Setter
This interface is used by CookXmlDoc to discover the list of candiate attributes for a given tag.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getAttributes(java.lang.Class className)
This function reports potential attributes that can be handled by this
setter for a given class.
|
setAttributejava.lang.String[] getAttributes(java.lang.Class className)
className - the class interested in.