view core/src/luan/LuanMethod.java @ 642:c4216a583de4 0.17

add links to functions in manual
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 23 Mar 2016 15:07:06 -0600
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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