KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > tirsen > nanning > samples > CacheTestCalculations


1 /*
2  * Nanning Aspects
3  *
4  * Distributable under LGPL license.
5  * See terms of license at gnu.org.
6  * (C) 2003 Jon Tirsen
7  */

8 package com.tirsen.nanning.samples;
9
10 public interface CacheTestCalculations {
11     /**
12      * @cache
13      */

14     public double someHeavyCalculation(double input);
15 }
16
Popular Tags