1 package com.atlassian.activeobjects.internal;
2
3 /**
4 * This is a marker interface for {@link com.atlassian.activeobjects.external.ActiveObjects} implementation that will be affected
5 * by updates to the database directory.
6 */
7 public interface DatabaseDirectoryAware {
8 }