org.unlaxer.jaddress.dao.InjectConfig Maven / Gradle / Ivy
package org.unlaxer.jaddress.dao;
import org.seasar.doma.AnnotateWith;
import org.seasar.doma.Annotation;
import org.seasar.doma.AnnotationTarget;
@AnnotateWith(annotations = {
@Annotation(target = AnnotationTarget.CONSTRUCTOR, type = javax.inject.Inject.class),
@Annotation(target = AnnotationTarget.CONSTRUCTOR_PARAMETER, type = javax.inject.Named.class, elements = "\"config\"") })
public @interface InjectConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy