com.netcetera.girders.ldap.GirdersLdapMarkerInterface Maven / Gradle / Ivy
The newest version!
package com.netcetera.girders.ldap;
/**
* Marker interface to detect if this module is in the classpath.
*/
@SuppressWarnings({"InterfaceNeverImplemented", "MarkerInterface"}) // its a marker interface. Its
// needed so that we are able to detect if girders-starter-ldap is in the classpath.
public interface GirdersLdapMarkerInterface {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy