view src/luan/LuanMethod.java @ 1307:6c8ceca4a10b

json fixes
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 23 Jan 2019 13:34:18 -0700
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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