view src/luan/LuanMethod.java @ 1291:2bbc6f132d61

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 02 Jan 2019 21:54:35 -0700
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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