salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

Java Define Class: Support Annotations and Meta Data #97

Open salmanahmad opened 10 years ago

salmanahmad commented 10 years ago

Annotations are normal Java annotations where as MetaData are Silo constructs that add a virtual method that returns a Map.

salmanahmad commented 10 years ago

To be clear, this is something that should be added to the function (and perhaps the defineclass / doEmitMethod) special form. I should update the relevant macros (like func) but that is a separate task.