mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
javadoc
This commit is contained in:
parent
d2b2f69cd0
commit
479e81946a
@ -24,7 +24,9 @@ import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* This annotation type is used on elements that should be erased at generation
|
||||
* time (casts and constructor invocations are removed).
|
||||
* time. For erased types, casts and constructor invocations are removed. For
|
||||
* erased methods, invocation are removed, except if the {@link KeepUses}
|
||||
* annotation is also defined on the erased method..
|
||||
*
|
||||
* @author Renaud Pawlak
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user