|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||