Skip to content

Commit

Permalink
pr remark
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Dec 7, 2023
1 parent 38363a6 commit 9be9686
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@

package org.eclipse.edc.identityhub.did;

public class DidServicesExtension {
import org.eclipse.edc.runtime.metamodel.annotation.Extension;
import org.eclipse.edc.spi.system.ServiceExtension;

import static org.eclipse.edc.identityhub.did.DidServicesExtension.NAME;

@Extension(value = NAME)
public class DidServicesExtension implements ServiceExtension {
public static final String NAME = "DID Service Extension";
}

0 comments on commit 9be9686

Please sign in to comment.