package io.muoncore.spring.annotations.parameterhandlers; import java.lang.annotation.*; @Target(ElementType.PARAMETER) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface DecodedContent { }