groovy.lang
Annotation Type Category


@Retention(value=SOURCE)
@Target(value=TYPE)
public @interface Category

Annotates a groovy class or interface to become category - all methods transformed to static ones with additional parameter self of type defined by annotation parameter

Author:
Alex Tkachman

Optional Element Summary
 Class value
           
 

value

public abstract Class value
Default:
java.lang.Object.class

Copyright © 2003-2009 The Codehaus. All rights reserved.