JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.batch.support.annotation
Annotation Interface Classifier
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
@Inherited
@Documented
public @interface
Classifier
Mark a method as capable of classifying its input to an instance of its output. Should only be used on non-void methods with one parameter.
Author:
Dave Syer