more links to specification
This commit is contained in:
@@ -11,6 +11,8 @@ import java.lang.annotation.Target;
|
|||||||
* The fact of receiver presence must be deducted from presence of 'this$receiver' parameter
|
* The fact of receiver presence must be deducted from presence of 'this$receiver' parameter
|
||||||
*
|
*
|
||||||
* @author alex.tkachman
|
* @author alex.tkachman
|
||||||
|
*
|
||||||
|
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
|
||||||
*/
|
*/
|
||||||
@Target({ElementType.METHOD})
|
@Target({ElementType.METHOD})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
|
|||||||
@@ -7,6 +7,8 @@ import java.util.*;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author alex.tkachman
|
* @author alex.tkachman
|
||||||
|
*
|
||||||
|
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
|
||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
@interface JetSignature {
|
@interface JetSignature {
|
||||||
|
|||||||
@@ -2,6 +2,8 @@ package jet.typeinfo;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author alex.tkachman
|
* @author alex.tkachman
|
||||||
|
*
|
||||||
|
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
|
||||||
*/
|
*/
|
||||||
public @interface JetTypeDescriptor{
|
public @interface JetTypeDescriptor{
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ import java.lang.annotation.Target;
|
|||||||
* Annotation for parameters
|
* Annotation for parameters
|
||||||
*
|
*
|
||||||
* @author alex.tkachman
|
* @author alex.tkachman
|
||||||
|
*
|
||||||
|
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
|
||||||
*/
|
*/
|
||||||
@Target({ElementType.PARAMETER})
|
@Target({ElementType.PARAMETER})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ import java.lang.annotation.RetentionPolicy;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @author alex.tkachman
|
* @author alex.tkachman
|
||||||
|
*
|
||||||
|
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
|
||||||
*/
|
*/
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
public @interface JetTypeProjection {
|
public @interface JetTypeProjection {
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ import java.lang.annotation.Target;
|
|||||||
* Annotation for parameters
|
* Annotation for parameters
|
||||||
*
|
*
|
||||||
* @author alex.tkachman
|
* @author alex.tkachman
|
||||||
|
*
|
||||||
|
* @url http://confluence.jetbrains.net/display/JET/Jet+Signatures
|
||||||
*/
|
*/
|
||||||
@Target({ElementType.PARAMETER})
|
@Target({ElementType.PARAMETER})
|
||||||
@Retention(RetentionPolicy.RUNTIME)
|
@Retention(RetentionPolicy.RUNTIME)
|
||||||
|
|||||||
Reference in New Issue
Block a user