net.sourceforge.stripes.config
Annotation Type DontAutoLoad


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface DontAutoLoad

When applied to a Stripes extension class (e.g., one that implements Formatter, TypeConverter, AutoExceptionHandler, etc.), this annotation indicates that the class should not be loaded via autodiscovery. This is useful, for example, when you have a TypeConverter that is applied in special cases via Validate.converter() but should not be used for all the type conversions to which it applies.

Since:
Stripes 1.5
Author:
Ben Gunter



? Copyright 2005-2006, Stripes Development Team.