Skip to content

Commit

Permalink
jaxb2-plugins/metadata: todo note
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Oct 17, 2013
1 parent cd28845 commit 14c1b80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ private static void generateDescriptor(final JDefinedClass theClass) {

constructor2.body().invoke("super").arg(thisTypeRef).arg(chain);

// FIXME: iterate over fields
for (final JMethod method : theClass.methods()) {
final String name = method.name();

Expand Down

0 comments on commit 14c1b80

Please sign in to comment.