All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.bagofwords.application.annotations.BowObject Maven / Gradle / Ivy

package be.bagofwords.application.annotations;

import org.springframework.context.annotation.Lazy;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;

@Component
@Lazy
@Scope("prototype")
public @interface BowObject {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy