how to migrate this SCR Property to OSGI R7 | Community
Skip to main content
Level 4
May 23, 2023
Solved

how to migrate this SCR Property to OSGI R7

  • May 23, 2023
  • 1 reply
  • 765 views

 

I would like to migrate the below code from SCR TO OSGI R7 for aemaacs.
does anyone know that how to migrate the below code to osgi R7?

// @Property(name = SlingConstants.PROPERTY_ADAPTER_CLASSES)
// protected static final String[] ADAPTER_CLASSES = {Country.class.getName()};
//
// @Property(name = SlingConstants.PROPERTY_ADAPTABLE_CLASSES)
// protected static final String[] ADAPTABLE_CLASSES = {Resource.class.getName(), Page.class.getName(),
// SlingHttpServletRequest.class.getName()};
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 23, 2023