All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy