
me.jpomykala.starters.springhoc.wrapper.DisableWrapping Maven / Gradle / Ivy
package me.jpomykala.starters.springhoc.wrapper;
import java.lang.annotation.*;
/**
* @author Jakub Pomykala on 2/26/18.
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface DisableWrapping
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy