org.carrot2.core.attribute
Annotation Type Processing


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

Marks attributes that will be bound before and after Carrot2 component performs processing. Please see IProcessingComponent.beforeProcessing() and IProcessingComponent.afterProcessing() for details.



Copyright (c) Dawid Weiss, Stanislaw Osinski