@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface OnContainerStart
A method annotated with @OnYarnContainerStart has to be without arguments and cannot return anything.
OnYarnContainerStart