1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[245297] Added an @since tag.

This commit is contained in:
Pawel Piech 2008-08-28 05:00:38 +00:00
parent 257254880f
commit 3ff2b8c238

View file

@ -13,7 +13,8 @@ package org.eclipse.dd.dsf.debug.service;
import org.eclipse.dd.dsf.datamodel.IDMContext;
/**
* Interface for services which use an internal cache for data.
* Interface for services which use an internal cache for data.
* @since 1.1
*/
public interface ICachingService {