view src/luan/LuanMethod.java @ 1096:5dc601c4ed6d

fix parser errors
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 05 Mar 2017 15:25:23 -0700
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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