view core/src/luan/LuanMethod.java @ 331:0fe17503f094

add release-luan.sh
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 Mar 2015 23:36:31 -0600
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface LuanMethod {}