org.apache.qpid.agent.annotations
Annotation Type QMFSeeAlso


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

Augements the schema generation process to look for known subclasses of a type. Modeled after the JAXB @XMLSeeAlso.


Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value


Licensed to the Apache Software Foundation