File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1426,7 +1426,7 @@ public class Foo {
14261426
14271427[source,java,indent=4]
14281428----
1429- @Retention(RUNTIME) @Target({FIELD, METHOD}
1429+ @Retention(RUNTIME) @Target({FIELD, METHOD})
14301430public @interface XmlElement {
14311431 String name() default "##default"; // name for XML element
14321432 boolean nillable() default false;
@@ -1687,7 +1687,7 @@ then that single particle. Otherwise mapped as specified in <<a3042>>
16871687
16881688[source,java,indent=4]
16891689----
1690- @Retention(RUNTIME) @Target({FIELD, METHOD}
1690+ @Retention(RUNTIME) @Target({FIELD, METHOD})
16911691public @interface XmlElementRef {
16921692 String name() default "##default"; // name for XML element
16931693 String namespace() default "##default";
@@ -1842,7 +1842,7 @@ then the particle obtained by mapping as specified in <<xmlanyelement>>
18421842
18431843[source,java,indent=4]
18441844----
1845- @Retention(RUNTIME) @Target({FIELD, METHOD}
1845+ @Retention(RUNTIME) @Target({FIELD, METHOD})
18461846public @interface XmlElementWrapper {
18471847 String name() default "##default" ; // name for XML element
18481848 String namespace() default "##default";
You can’t perform that action at this time.
0 commit comments