Open GoogleCodeExporter opened 9 years ago
Yep this would be very handy indeed :)
Original comment by thomas.d...@googlemail.com
on 29 Aug 2013 at 9:11
This is the same request as issue 567. I don't think that changing @Target is a
good idea, but there's already a syntax allowing nesting arbitrary annotations
(and the OP is using it above). So it could look like
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.SOURCE)
@lombok.Metaannotation(@_({
@AllArgsConstructor(onConstructor = @_(@Autowired)),
@SomeOtherFancyStuff(1, 2, 3)
)})
@interface AutowiredConstructor {
}
So I believe the syntax is no problem, but I can't tell if this feature can be
implemented.
Original comment by Maaarti...@gmail.com
on 15 Dec 2013 at 3:24
Original issue reported on code.google.com by
oliver.gierke@me.com
on 26 May 2013 at 2:19