File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
src/main/java/org/jvnet/jaxb2_commons Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4141 <artifactId >jaxb-xjc</artifactId >
4242 <scope >provided</scope >
4343 </dependency >
44+ <dependency >
45+ <groupId >com.sun.activation</groupId >
46+ <artifactId >javax.activation</artifactId >
47+ <scope >provided</scope >
48+ </dependency >
4449 <dependency >
4550 <groupId >org.springframework</groupId >
4651 <artifactId >spring</artifactId >
Original file line number Diff line number Diff line change 1111 * Abstract base class for parameterizable JAXB plugins.
1212 * <p>
1313 * This plugin looks for the arguments of the form
14- * <code>-<em>myPlugin</em>-<em>name</em>=<em>value</code>
14+ * <code>-<em>myPlugin</em>-<em>name</em>=<em>value</em></ code>
1515 * (<code><em>myPlugin</em></code> is the plugin option name) and
1616 * then invokes <code>set<em>Name</em>(<em>value</em>)</code> on itself.</p>
1717 * <p>For instance, the argument <code>-Xfoo-bar=test</code> triggers
1818 * <code>setBar("test")</code> invocation.</p>
1919 * <p>Values are injected using Commons BeanUtils as bean properties, so
20- * types will be converted correspondingly</code >
20+ * types will be converted correspondingly</p >
2121 *
2222 * @author valikov
2323 */
Original file line number Diff line number Diff line change 1111import com .sun .codemodel .JType ;
1212import com .sun .tools .xjc .generator .bean .ClassOutlineImpl ;
1313import com .sun .tools .xjc .generator .bean .field .FieldRendererFactory ;
14- import com .sun .tools .xjc .model .Aspect ;
1514import com .sun .tools .xjc .model .CAttributePropertyInfo ;
1615import com .sun .tools .xjc .model .CCustomizations ;
1716import com .sun .tools .xjc .model .CElementInfo ;
1817import com .sun .tools .xjc .model .CNonElement ;
1918import com .sun .tools .xjc .model .CPropertyInfo ;
2019import com .sun .tools .xjc .model .CTypeInfo ;
20+ import com .sun .tools .xjc .outline .Aspect ;
2121import com .sun .tools .xjc .outline .ClassOutline ;
2222import com .sun .tools .xjc .outline .FieldOutline ;
2323import com .sun .tools .xjc .outline .Outline ;
Original file line number Diff line number Diff line change 4040
4141import com .sun .codemodel .JClass ;
4242import com .sun .codemodel .JPackage ;
43- import com .sun .tools .xjc .model .Aspect ;
4443import com .sun .tools .xjc .model .CAttributePropertyInfo ;
4544import com .sun .tools .xjc .model .CBuiltinLeafInfo ;
4645import com .sun .tools .xjc .model .CClassInfo ;
6261import com .sun .tools .xjc .model .Model ;
6362import com .sun .tools .xjc .model .nav .NClass ;
6463import com .sun .tools .xjc .model .nav .NType ;
64+ import com .sun .tools .xjc .outline .Aspect ;
6565import com .sun .tools .xjc .outline .Outline ;
6666import com .sun .tools .xjc .reader .xmlschema .bindinfo .BIEnum ;
6767import com .sun .tools .xjc .util .NamespaceContextAdapter ;
You can’t perform that action at this time.
0 commit comments