WIldFly would like the ability to read/write 2nd-level cache keys using protobuf. In order to do this without the need for reflection, we need to expose @Internal accessors for specific fields, as well as expose an @Internal constructor for recreating these key classes from their externalized state. |