Allow place KotlinSignature annotation to methods
This commit is contained in:
@@ -23,7 +23,7 @@ import java.lang.annotation.Target;
|
|||||||
* @author Evgeny Gerashchenko
|
* @author Evgeny Gerashchenko
|
||||||
* @since 5/23/12
|
* @since 5/23/12
|
||||||
*/
|
*/
|
||||||
@Target({ElementType.METHOD, ElementType.TYPE, ElementType.CONSTRUCTOR})
|
@Target({ElementType.METHOD, ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.FIELD})
|
||||||
public @interface KotlinSignature {
|
public @interface KotlinSignature {
|
||||||
String value();
|
String value();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user