Nested Attributes in Delphi (Continued)
问题 This question refers to this prior one posted here on SO by Christian Metzler. My only very limited experience regarding annotion consists of using CustomAttribute introduced in recent Delphi versions. My question: Are there any other languages implementing nested attributes features (for annotation purpose). 回答1: In the Java programming language it is possible to declare nested annotation types. Example references: http://javahowto.blogspot.com/2006/07/java-annotations-with-no-target.html