com.googlecode.sarasvati.rubric.annotation
Annotation Type RubricFunctionContainer


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface RubricFunctionContainer

RubricFunctionContainer can be used to annotate classes containing functions you wish to use with Rubric. You will still need a way to find these methods and register them with a function repository.

Author:
Paul Lorenz