1 /*
2 * AspectHelper.java
3 * Created on 10 Июнь 2006 г., 22:39
4 */
5
6 package org.weda.enhance;
7
8 import org.weda.cache.CacheManager;
9 import org.weda.message.MessagesRegistry;
10
11 /**
12 *
13 * @author Mikhail Titov
14 */
15 public interface AspectHelper {
16 public Object getHivemindObject(String ref);
17 public MessagesRegistry getMessagesRegistry();
18 public CacheManager getCacheManager();
19 }