提交 0dcd4d68 编写于 作者: S Stepan Koltsov

more links to specification

上级 386d8b1f
......@@ -11,6 +11,8 @@ import java.lang.annotation.Target;
* The fact of receiver presence must be deducted from presence of 'this$receiver' parameter
*
* @author alex.tkachman
*
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
......
......@@ -7,6 +7,8 @@ import java.util.*;
/**
* @author alex.tkachman
*
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
*/
@Retention(RetentionPolicy.RUNTIME)
@interface JetSignature {
......
......@@ -2,6 +2,8 @@ package jet.typeinfo;
/**
* @author alex.tkachman
*
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
*/
public @interface JetTypeDescriptor{
//
......
......@@ -9,6 +9,8 @@ import java.lang.annotation.Target;
* Annotation for parameters
*
* @author alex.tkachman
*
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
*/
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
......
......@@ -5,6 +5,8 @@ import java.lang.annotation.RetentionPolicy;
/**
* @author alex.tkachman
*
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface JetTypeProjection {
......
......@@ -9,6 +9,8 @@ import java.lang.annotation.Target;
* Annotation for parameters
*
* @author alex.tkachman
*
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
*/
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册