Groovy Documentation

src.java.pl.burningice.plugins.image.ast
Annotation Type FileImageContainer

java.lang.Object
  src.java.pl.burningice.plugins.image.ast.FileImageContainer

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@GroovyASTTransformationClass("pl.burningice.plugins.image.ast.FileImageContainerTransformation")
@interface FileImageContainer

Annotation that allows to mark domain object that will act as image container for files saved in specified dir (non db storage)

author:
pawel.gdula@burningice.pl


Required Element Summary
String field

   
Method Summary
 
Methods inherited from class java.lang.Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Element Detail

field

java.lang.String field


 

Groovy Documentation