Create composed annotations from some of the common, logically related SDG annotations [DATAGEODE-365] #412
Labels
in: configuration
Issues with configuration
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
John Blum opened DATAGEODE-365 and commented
This development task will add new SDG annotations, such as:
@ManagingLocatorCacheServerApplication
Which will be meta-annotated with:
@CacheServerApplication
@EnableLocator
@EnableManager
And expose appropriate/common configuration attributes through aliasing.
Additionally, we will provide other "composed annotations", for example:
@EnablePersistentApplication
Which would be meta-annotated with:
@EnableEntityDefinedRegions
@EnableGemfireRepositories
@EnablePdx
No further details from DATAGEODE-365
The text was updated successfully, but these errors were encountered: