Skip to content

Commit a50eb59

Browse files
hansonrhansonr
authored andcommitted
eclipse note; j2s config TODO note
// note to self: It is an annoyance that Eclipse does not recognize an annotation edit // as a need to recompile automatically // TODO: Create a j2s configuration tag "j2s.jaxb.packages= package;package;package..." // that will direct the transpiler to create __ANN__ in any class within this package.
1 parent 7faba8a commit a50eb59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/Java2ScriptVisitor.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
import org.eclipse.jdt.core.dom.WhileStatement;
136136
import org.eclipse.jdt.core.dom.WildcardType;
137137

138+
// note to self: It is an annoyance that Eclipse does not recognize an annotation edit
139+
// as a need to recompile automatically
140+
// TODO: Create a j2s configuration tag "j2s.jaxb.packages= package;package;package..."
141+
// that will direct the transpiler to create __ANN__ in any class within this package.
138142
// BH 11/4/2018 -- 3.2.4.02 broad JAXB support
139143
// BH 10/27/2018 -- 3.2.4.01 support for JAXB FIELD+propOrder and NONE types
140144
// BH 9/28/2018 -- 3.2.4.00 adds minimal support for JAXB

0 commit comments

Comments
 (0)