com.mycompany.lifecycle
Annotation Type Destroyed


@Qualifier
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface Destroyed

Thanks to Dan Allen for this useful code: https://gist.github.com/637959