Annotation Interface Classifier
@Target(METHOD)
@Retention(RUNTIME)
@Inherited
@Documented
@Deprecated(since="5.0",
forRemoval=true)
public @interface Classifier
Deprecated, for removal: This API element is subject to removal in a future version.
since 5.0 with no replacement. Scheduled for removal in 5.2.
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, Mahmoud Ben Hassine