Switch NormalizedNode->Binding codegen to ByteBuddy
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / loader / package-info.java
index 4b0a42d36c3414d06f018f9af61a1ac8ca3b3331..3747006bbccc53d17b4007591284d02c07b5e0f7 100644 (file)
@@ -6,16 +6,10 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 /**
- * {@link java.lang.ClassLoader} support for Binding/DOM codec translation code generators. This package provides two
- * core classes:
- * <ul>
- * <li>{@link org.opendaylight.mdsal.binding.dom.codec.loader.StaticClassPool}, which is allows lookup of classes within
- *     Binding/DOM codec for the purpose of referencing them within code generators.</li>
- * <li>{@link org.opendaylight.mdsal.binding.dom.codec.loader.CodecClassLoader}, which allows lookup of
- *     compile-time-generated Binding classes for the purpose of referencing them within code generators and which
- *     serves as the ClassLoader holding runtime-generated codecs.
- * </li>
- * </ul>
+ * {@link java.lang.ClassLoader} support for Binding/DOM codec translation code generators. This package provides one
+ * core class, {@link org.opendaylight.mdsal.binding.dom.codec.loader.CodecClassLoader}, which allows lookup of
+ * compile-time-generated Binding classes for the purpose of referencing them within code generators and which
+ * serves as the ClassLoader holding runtime-generated codecs.
  *
  * <p>
  * While the interfaces and classes in this package may be publicly accessible, they are an implementation detail and