Emmanuel Bourg <ebourg@apache.org>


Patch
r1831856

r1831856 | jamessan | 2018-05-18 12:11:14 +0000 (Fri, 18 May 2018)

Add @Native annotations to ensure header files are generated when using "javac -h".

Unlike javah, which generates header files corresponding to all of the classes
it's pointed at, "javac -h" only generates a header file if there is native
content.

[in subversion/bindings/src/org/apache/subversion/javahl]

* CommitItemStateFlags.java:
  (): Add @Native annotation to all flags

* callback/UserPasswordCallback.java:
  (Reject, AcceptTemporary, AcceptPermanently): Add @Native annotation

* types/Revision.java:
  (SVN_INVALID_REVNUM): Add @Native annotation

Patch by: Emmanuel Bourg <ebourg{_AT_}apache.org>