org.osgl.inject.util.PostConstructProcessorBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of genie Show documentation
Show all versions of genie Show documentation
A JSR330 style dependency injection solution
package org.osgl.inject.util;
import org.osgl.Osgl;
import org.osgl.inject.PostConstructProcessor;
/**
* Base class for implementing {@link org.osgl.inject.PostConstructProcessor}
*/
public abstract class PostConstructProcessorBase extends Osgl.Visitor implements PostConstructProcessor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy