KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tirsen > nanning > attribute > AttributesLoader


1 package com.tirsen.nanning.attribute;
2
3 public interface AttributesLoader {
4     void load(ClassAttributes classAttributes);
5 }
6
Popular Tags