view src/luan/LuanMethod.java @ 1213:d5d5d29d7592

fix cookie bug
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 14 Mar 2018 18:50:18 -0600
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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