This commit is contained in:
Renaud Pawlak 2020-07-17 08:39:39 +02:00
parent d2b2f69cd0
commit 479e81946a

View File

@ -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
*/