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

com.mageddo.togglefirst.spring.EnableToggleFirst Maven / Gradle / Ivy

There is a newer version: 1.4.9
Show newest version
package com.mageddo.togglefirst.spring;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

@Inherited
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Import(ApplicationContextProvider.class)
public @interface EnableToggleFirst {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy