com.cmeza.spring.ioc.handler.annotations.DefaultContract Maven / Gradle / Ivy
The newest version!
package com.cmeza.spring.ioc.handler.annotations;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
public @interface DefaultContract {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy