Skip to content

Commit

Permalink
Update SampleOsgiR6AnnotationsImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed May 10, 2019
1 parent 886a319 commit aff7928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class SampleOsgiR6AnnotationsImpl implements SampleExecutor {
public static final String ANOTHER_VALUE = "10";

// Define the OSGi Property Configuration DTO that will replace the OSGi Properties map passed into @Activate, @Deactivate and @Modified methods
// This replaces the @Property
// The methods in this interface replace the 'old' @Property's where metatype=true
@ObjectClassDefinition(
// The name and description of the @ObjectClassDefinition define the name/description that show in the OSGi Console for this Component.
name = "ACS AEM Samples - OSGi R6 Annotated Component",
Expand Down

0 comments on commit aff7928

Please sign in to comment.