view core/src/luan/LuanMethod.java @ 530:7366101be4c4

start version 0.10
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 27 May 2015 21:50:44 -0600
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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