@return The prefix byte for annotation objects
()
| 506 | |
| 507 | /** @return The prefix byte for annotation objects */ |
| 508 | public static byte PREFIX() { |
| 509 | return PREFIX; |
| 510 | } |
| 511 | |
| 512 | /** |
| 513 | * Serializes the object in a uniform matter for storage. Needed for |
no outgoing calls
no test coverage detected