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