org.springframework.roo.addon.configurable
Annotation Type RooConfigurable


@Target(value=TYPE)
@Retention(value=SOURCE)
public @interface RooConfigurable

Indicates a class should be annotated with Spring's Configurable annotation.

Obviously you should just use @Configurable in normal Java code if you would like Configurable functionality (ie there is no use case for using RooConfigurable given it is more complex with the involvement of ITDs etc). This annotation exists solely for consistency with other ITD providers.

Since:
1.0
Author:
Ben Alex



Copyright © 2011. All Rights Reserved.