-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 { '''
- Loading branch information
1 parent
2ebbbe9
commit ed47024
Showing
2 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters