Skip to content

Commit 391cbe7

Browse files
committed
Documentation updates.
1 parent 0475d53 commit 391cbe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can annotate your schema-derived elements using normal Java annotation synta
2222
If you want to use your own annotations, you have to pre-compile them and add your annotation classes to the XJC classpath.
2323
* As a consequence, currently you can't use schema-derived enums in your annotations. Since you have to compile annotations
2424
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 `$`).
2527

2628
You can put your annotations directly in schema:
2729

0 commit comments

Comments
 (0)