blob: 9d9481e25e6c534f3d8ed1451d5c82967b9748eb [file] [log] [blame]
package org.apache.fineract.injection;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Scope;
/**
* A scoping annotation to permit dependencies conform to the life of the
* {@link ConfigPersistent}
*/
@Scope
@Retention(RetentionPolicy.RUNTIME)
public @interface ConfigPersistent {
}