Skip to content

Commit

Permalink
Introduced Namespace concepts placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Mar 15, 2021
1 parent ef8fe0b commit 2498a3e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
@@ -0,0 +1,5 @@
package com.evolveum.concepts.ns;

public interface NamespaceContext {

}
@@ -0,0 +1,6 @@
package com.evolveum.concepts.ns;

public interface NamespaceSensitive {

NamespaceContext namespaceContext();
}
@@ -0,0 +1,8 @@
package com.evolveum.concepts.ns;

import com.google.common.annotations.Beta;

@Beta
public class PrefixedName {

}

0 comments on commit 2498a3e

Please sign in to comment.