view src/luan/LuanMethod.java @ 1250:e55a0c3696fb

webserver checks for file before luan
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 Jul 2018 17:23:48 -0600
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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