view core/src/luan/LuanMethod.java @ 697:bd979583e45e

Added tag 0.18 for changeset b21d82ee5756
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 02 May 2016 12:33: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 {}