view src/luan/LuanMethod.java @ 1236:5b9856045e51

rpc logging
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 25 May 2018 00:58:05 -0600
parents 1a68fc55a80c
children
line wrap: on
line source

package luan;

import java.lang.annotation.*;


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