Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add component property types for IModelProcessorContribution attributes #2396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 15, 2024

  1. Add component property types for IModelProcessorContribution attributes

    These annotation simplify the specification of the
    'beforefragment' and 'apply' service property for
    IModelProcessorContribution implementations and makes it type-safe and
    more robust:
    '''
    @component(service = IModelProcessorContribution.class)
    @IModelProcessorContribution.Beforefragment(true)
    @IModelProcessorContribution.Apply(IModelProcessorContribution.APPLY_ALWAYS)
    public class SampleContribution implements IModelProcessorContribution {
    '''
    HannesWell committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    02f399f View commit details
    Browse the repository at this point in the history