org.xerial.util.bean
Annotation Type OutputAsXMLAttribute


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OutputAsXMLAttribute

Use this annotation to get a getter result of a bean class as an XML attribute. For example,

 public class YourBean
 {

Author:
leo



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.