String returns a string representation of this annotation key These get stored into PrimitiveAnnotationKeys - so KEEP THEM COMPACT a good guideline would be the length of their name plus no more than 10 characters
()
| 39 | // These get stored into PrimitiveAnnotationKeys - so KEEP THEM COMPACT |
| 40 | // a good guideline would be the length of their name plus no more than 10 characters |
| 41 | String() string |
| 42 | |
| 43 | // equals returns true if the passed key is equal to this key |
| 44 | equals(Key) bool |
no outgoing calls