File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ You can annotate your schema-derived elements using normal Java annotation synta
22
22
If you want to use your own annotations, you have to pre-compile them and add your annotation classes to the XJC classpath.
23
23
* As a consequence, currently you can't use schema-derived enums in your annotations. Since you have to compile annotations
24
24
before compiling the schema - and as your enums are first generated from the schema, this is a chicken-and-egg-problem.
25
+ * All class names (classes of annotations or classes you use as values in annotations) must be fully qualified.
26
+ Inner classes should use the dot (` . ` ) as delimiter (not ` $ ` ).
25
27
26
28
You can put your annotations directly in schema:
27
29
You can’t perform that action at this time.
0 commit comments