Sha256: 6a3557ea90a11a6df6e38a8d0c2e68e2c7d45af29954b5ed28e78915014f68e1

Contents?: true

Size: 388 Bytes

Versions: 119

Compression:

Stored size: 388 Bytes

Contents

/**
 * Copyright 2007 Ye Zheng
 * Distributed under the BSD License
 */

package com.xruby.runtime.lang.annotation;
/*
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
*/
//@Retention(RetentionPolicy.RUNTIME)
//@Target(ElementType.METHOD)
public interface RubyAllocMethod {
}

Version data entries

119 entries across 119 versions & 1 rubygems

Version Path
rhodes-2.2.5.beta.1 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.4.beta.1 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.3 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.3.beta.1 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.2 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.2.beta.1 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.1 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.1.beta.2 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.1.beta.1 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.0 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.0.beta.3 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.0.beta.2 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.2.0.beta.1 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.1.0 platform/bb/RubyVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.0.3 platform/shared/rubyJVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.0.2 platform/shared/rubyJVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.0.0 platform/shared/rubyJVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.0.0.rc2 platform/shared/rubyJVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.0.0.rc1 platform/shared/rubyJVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java
rhodes-2.0.0.beta11 platform/shared/rubyJVM/src/com/xruby/runtime/lang/annotation/RubyAllocMethod.java