<html><head><meta http-equiv="Content-Type" content="text/html charset=gb2312"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">-1 on user-created annotation.<div class=""><br class=""></div><div class="">I wrote Java since 90s and hate user-created annotation. Annotation is indeed a backdoor in syntax system, it makes source code totally un-understandable before you read reference of the annotation.&nbsp;</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">在 2016年1月14日,上午9:24,Talin via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; 写道:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">As a former Googler, I've spent a lot of years writing Java code that uses dependency injection, and this relies heavily on the ability to have custom annotations/attributes in the language - particularly, user-defined attributes on function parameters - and to generate additional code at compile time via annotation processors. Although dependency injection does have it's detractors, it's getting better (current best of breed is&nbsp;<a href="http://google.github.io/dagger/" class="">http://google.github.io/dagger/</a>), and it solves an amazing array of problems, including the ability for asynchronous programming to disappear into the underlying framework - you just write synchronous code and the framework handles the rest (no more futures!).<div class=""><br class=""></div><div class="">Now, you can of course do dependency injection without custom attribute support in the language, but it's much more cumbersome. The user-defined attributes allow you to specify, in a simple declarative way, the runtime dependencies between various classes. Without it you have to build up those dependencies in code, using some sort of fluent interface or builder pattern.</div><div class=""><br class=""></div><div class="">So my question is, is there any plan for Swift to support user-created annotations, and annotation processing compilation stages?</div><div class=""><br class=""></div><div class="">-- <br class=""><div class="gmail_signature">-- Talin</div>
</div></div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=zv-2Fta8zZnJ-2BWwISX5RHdd79su-2FjoebtLz43a4s-2BYOw2dFnGHA6hubqjnE5OiPSOfPaxRKCLiOtFMH8SSdkVT3kXGBcYuebI7S5Bu02a0JrGQqXOKG5TKnFavYaPtktlGbgAv0vywouzVXIQTNNs-2FV-2B7iruxb9VHOUZ8ShyQknyda-2FJMr-2FrPVYcCz6uaNnY5KaJ75Elvw9QL0WdO0pAwDhitTGSz-2B6hT70hkos-2F8sNd0-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;" class="">
_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></blockquote></div><br class=""></div></body></html>