Hannes Angst

Results 3 comments of Hannes Angst

Would be nice to have this feature. What I came up a while ago was import io.swagger.annotations.ApiImplicitParam; import io.swagger.annotations.ApiImplicitParams; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE, ElementType.TYPE})...

I added `notifications`only.

Fixed on https://github.com/boostchicken/spring-data-dynamodb/pull/34