be.bagofwords.application.annotations.BowComponent Maven / Gradle / Ivy
package be.bagofwords.application.annotations;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component;
@Component
@Lazy
public @interface BowComponent {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy