view core/src/luan/LuanMethod.java @ 698:048d6c314a35

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 02 May 2016 12:42:43 -0600
parents 899253043270
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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