lombok-pg -

lombok
Annotation Type Action


@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface Action

Encapsulates a method that does not return a value.


Optional Element Summary
 Class<?> value
          Specifies the template class, that should be used.
 

value

public abstract Class<?> value
Specifies the template class, that should be used. Default is Actions.class.

Default:
lombok.Actions.class

lombok-pg -

Copyright © 2010-2011 Philipp Eichhorn, licensed under the MIT licence.