com.netcetera.girders.ldap.GirdersLdapMarkerInterface Maven / Gradle / Ivy
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 {
}