explicit IDs for java annotations

This commit is contained in:
David Renshaw 2014-10-12 09:20:42 -04:00
parent be23d22a89
commit 610520d8e2
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@
namespace capnp { namespace capnp {
namespace { namespace {
static constexpr uint64_t OUTER_CLASSNAME_ANNOTATION_ID = 0x9b066bb4881f7cd3; static constexpr uint64_t OUTER_CLASSNAME_ANNOTATION_ID = 0x9b066bb4881f7cd3ull;
static constexpr uint64_t PACKAGE_ANNOTATION_ID = 0x9ee4c8f803b3b596ull; static constexpr uint64_t PACKAGE_ANNOTATION_ID = 0x9ee4c8f803b3b596ull;
static constexpr const char* FIELD_SIZE_NAMES[] = { static constexpr const char* FIELD_SIZE_NAMES[] = {

View file

@ -1,5 +1,5 @@
@0xc5f1af96651f70ea; @0xc5f1af96651f70ea;
annotation package(file): Text; annotation package @0x9ee4c8f803b3b596 (file) : Text;
annotation outerClassname(file): Text; annotation outerClassname @0x9b066bb4881f7cd3 (file) : Text;