de.mrapp.parser.feed.common.adapter.package-info Maven / Gradle / Ivy
/**
* Provides adapter classes, which can be extended to allow subclasses of
* abstract base classes or interfaces to remain simple. Therefore the
* appropriate adapter provides necessary method implementations, which use
* the Java Reflection API to invoke the subclasses' methods, access relevant
* attributes or initialize necessary class instances. Such an adapter
* requires its subclasses to fulfill naming conventions. Disrespecting these
* conventions may cause one of the errors, which are also defined inside this
* package, at runtime.
*/
package de.mrapp.parser.feed.common.adapter;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy