Improve documentation
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / osgi / useradmin / LdifName.java
index 38f3eaca3f8c1d44a31af40d7c5bce16afc4d935..ba452ec9400136530d7ade9790904d8f34c107d0 100644 (file)
@@ -15,6 +15,7 @@ public enum LdifName {
 
        public final static String PREFIX = "ldap:";
 
+       /** For use as XML name. */
        public String property() {
                return PREFIX + name();
        }