Subversion Repositories XServices

Rev

Rev 73 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 82
Line 17... Line 17...
17
package net.brutex.xservices.types;
17
package net.brutex.xservices.types;
Line 18... Line 18...
18
 
18
 
19
import java.util.List;
19
import java.util.List;
20
import javax.xml.bind.annotation.XmlElement;
20
import javax.xml.bind.annotation.XmlElement;
-
 
21
import javax.xml.bind.annotation.XmlType;
-
 
22
 
21
import javax.xml.bind.annotation.XmlType;
23
import net.brutex.xservices.types.ant.AntProperty;
Line 22... Line 24...
22
import net.brutex.xservices.util.BrutexNamespaces;
24
import net.brutex.xservices.util.BrutexNamespaces;
23
 
25
 
24
/**
26
/**