Sha256: 9c7200616bc9f047aa21bcf62185724abb2277544d4cbd2fab8a862fa1137b57
Contents?: true
Size: 397 Bytes
Versions: 135
Compression:
Stored size: 397 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
135 entries across 135 versions & 2 rubygems