EmilIfrim
Results
2
comments of
EmilIfrim
Anyone? Some more elaborate example can be of great help.
Any updates on this? My use case scenario goes even further (custom annotation): ` @Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) @ApiImplicitParams({ @ApiImplicitParam(name = MY_HEADER_1, value = "Some Description 1", required = true,...