@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface DontAutoLoad
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.? Copyright 2005-2006, Stripes Development Team.