Address @XmlSeeAlso limitation. Provide the ability to inject the JAXB types
[controller.git] / opendaylight / northbound / bundlescanner / implementation / src / test / java / bundle_sub2 / Agent.java
1 package bundle_sub2;
2
3 import javax.xml.bind.annotation.XmlRootElement;
4
5 import bundle_base.Person;
6
7
8 @XmlRootElement
9 public class Agent extends Person {
10
11 }