view src/luan/LuanMethod.java @ 1082:ece3567d4df5

fix http content type
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 15 Nov 2016 19:19:19 -0700
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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