lombok-pg -

lombok
Annotation Type Function


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

Encapsulates a method.


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 Functions.class.

Default:
lombok.Functions.class

lombok-pg -

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