1 package net.sf.josceleton.motion.api.gesture; 2 3 /** 4 * @since 0.4 5 */ 6 public interface GestureConfig { 7 8 // marker interface only 9 10 }