org.carrot2.util.attribute.constraint
Annotation Type PassesValueOf


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface PassesValueOf

Requires that instances bound to the attribute are a valid result of the attribute's class static valueOf method.


Required Element Summary
 Class<?> valueOfClass
           
 

Element Detail

valueOfClass

public abstract Class<?> valueOfClass


Copyright (c) Dawid Weiss, Stanislaw Osinski