org.noos.xing.mydoggy.PushAwayModeDescriptor Maven / Gradle / Ivy
Go to download
MyDoggy-Api contains the application program interface of MyDoggy to manage every aspects of the framework.
The newest version!
package org.noos.xing.mydoggy;
/**
* This is a marker for all interfaces that provides methods to modify
* push away mode behaviours.
*
* @author Angelo De Caro ([email protected])
* @since 1.3.0
* @see org.noos.xing.mydoggy.MostRecentDescriptor
*/
public interface PushAwayModeDescriptor {
}