Sha256: e221e692417889920a56df215dee46b84a0f9a47b0d1cb06fe55e771eecde419
Contents?: true
Size: 405 Bytes
Versions: 119
Compression:
Stored size: 405 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.FIELD) public interface RubyLevelConstant { String name(); }
Version data entries
119 entries across 119 versions & 1 rubygems