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


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

Tells the QMF Agent that this object will be a type only This will cause only properties to be sent across the wire.


Required Element Summary
 String className
           
 String packageName
           
 

Element Detail

className

public abstract String className

packageName

public abstract String packageName


Licensed to the Apache Software Foundation