Package lombok.experimental
Annotation Type Helper
@Target(TYPE)
@Retention(SOURCE)
public @interface Helper
Use on a method local class to indicate that all methods inside should be exposed to the rest of
the method as if they were helper methods.