view src/luan/LuanMethod.java @ 1084:aa967fd73b80

improve error message
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 26 Nov 2016 20:51:14 -0700
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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