de.fzj.unicore.wsrflite
Annotation Type XmlBinding


@Retention(value=RUNTIME)
@Documented
@Target(value=TYPE)
@Inherited
public @interface XmlBinding

Annotates binding to use

Author:
schuller

Required Element Summary
 String name
          the name of the binding to use (jaxb, xmlbeans, ...)
 

Element Detail

name

public abstract String name
the name of the binding to use (jaxb, xmlbeans, ...)

Returns:


Copyright © 2010. All Rights Reserved.