| 557 | ) |
| 558 | |
| 559 | type lifecycleHookAnnotation struct { |
| 560 | Type _lifecycleHookAnnotationType |
| 561 | Target interface{} |
| 562 | } |
| 563 | |
| 564 | var _ Annotation = (*lifecycleHookAnnotation)(nil) |
| 565 |
nothing calls this directly
no outgoing calls
no test coverage detected