Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Create composed annotations from some of the common, logically related SDG annotations [DATAGEODE-365] #412

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions