view src/luan/LuanMethod.java @ 1190:db7d31f4089a

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 23 Feb 2018 15:48:15 -0700
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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