org.carrot2.util.attribute.constraint
Class ConstraintFactory

java.lang.Object
  extended by org.carrot2.util.attribute.constraint.ConstraintFactory

public class ConstraintFactory
extends Object

Builds constraint implementation from constraint annotations.


Constructor Summary
ConstraintFactory()
           
 
Method Summary
static List<Constraint> createConstraints(Annotation... annotations)
          Create a list of constraints based on the provided annotations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintFactory

public ConstraintFactory()
Method Detail

createConstraints

public static List<Constraint> createConstraints(Annotation... annotations)
Create a list of constraints based on the provided annotations.



Copyright (c) Dawid Weiss, Stanislaw Osinski