Sha256: a08fb17ea80c627b8a281e60ba131fde5b40522e8b0d3701348a4946fac12835
Contents?: true
Size: 356 Bytes
Versions: 135
Compression:
Stored size: 356 Bytes
Contents
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.TYPE) public @interface RubyLevelObject { String name() default ""; String objectClass(); }
Version data entries
135 entries across 135 versions & 2 rubygems