Giter Club home page Giter Club logo

Comments (3)

bjhargrave avatar bjhargrave commented on July 18, 2024

Comment author: Konrad Windszus <[email protected]>

Sometimes it is desirable to use an annotation where a specific property is always supposed to have a specific value (i.e. is constant). Although it is possible to define that property via an annotation method with a default value, that way it could be overwritten by the user (which is not intended here).

To prevent that one could either allow component property annotations to be used as met a annotations or also interpret other static fields (apart from the already defined PREFIX) to end up as constant properties in the generated component descriptor.

For a concrete use case look at apache/sling-org-apache-sling-servlets-annotations#3.

from design.

bjhargrave avatar bjhargrave commented on July 18, 2024

Comment author: Bertrand Delacretaz <[email protected]>

I think this matches the behavior described in https://blog.osgi.org/2018/03/osgi-r7-highlights-declarative-services.html which says, in the "ComponentPropertyType" section:

For a marker annotation, a component property name is derived
from the component property type name, just as for single-element
annotations, and the component property value is Boolean.TRUE.
Marker annotations are only useful for setting a component property
to the value true.

from design.

bjhargrave avatar bjhargrave commented on July 18, 2024

Comment author: Konrad Windszus <[email protected]>

IMHO marker annotations are different i.e. they are just annotations without any methods. That wouldn't help here, as those only generate one single property. In our case we are interested to generate multiple properties out of a single annotation, where multiple dimensions should be dynamic and other should be static!

from design.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.