org.springframework.content.commons.annotations.HandleAfterUnsetContent Maven / Gradle / Ivy
package org.springframework.content.commons.annotations;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target({ TYPE, METHOD })
public @interface HandleAfterUnsetContent {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy