File: package-info.java

package info (click to toggle)
libspring-ldap-java 1.3.1.RELEASE-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 2,872 kB
  • sloc: java: 12,509; xml: 4,106; jsp: 36; makefile: 33; sh: 13
file content (9 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
/**
 * Provides a set of annotations to describe the mapping of a Java class to an LDAP entry.
 * <p>
 * These annotations are for use with {@link org.springframework.ldap.odm.core.OdmManager}.
 * 
 * @author Paul Harvey &lt;paul.at.pauls-place.me.uk>
 */ 

package org.springframework.ldap.odm.annotations;