vidageek / mirror

Simple DSL layer over Java Reflection API
http://projetos.vidageek.net/mirror/mirror
Apache License 2.0
105 stars 32 forks source link

Support for reflection modifiers #6

Open jonasabreu opened 15 years ago

jonasabreu commented 15 years ago

Some way of changing member's modifiers, like final and static.

jonasabreu commented 15 years ago

final and static are not modifiable without touching bytecode. Consider only modifiable modifiers.

jonasabreu commented 15 years ago

This can be better implemented using 2.0 infrastructure. Postponed.