more links to specification

This commit is contained in:
Stepan Koltsov
2011-12-13 18:54:13 +04:00
parent 386d8b1f61
commit 0dcd4d682c
6 changed files with 12 additions and 0 deletions
+2
View File
@@ -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)