KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tirsen > nanning > config > AttributesTestClass


1 package com.tirsen.nanning.config;
2
3 public interface AttributesTestClass {
4     /**
5      * @attribute
6      */

7     void methodWithAttribute();
8
9     void methodWithoutAttribute();
10 }
11
Popular Tags