Name defines the name of the annotation to be retrieved by the codegen.
()
| 12 | type Annotation interface { |
| 13 | // Name defines the name of the annotation to be retrieved by the codegen. |
| 14 | Name() string |
| 15 | } |
| 16 | |
| 17 | // Merger wraps the single Merge function allows custom annotation to provide |
no outgoing calls