1 package net.sf.josceleton.motion.impl.gesture.hitwall;
2
3 import net.sf.josceleton.motion.api.gesture.hitwall.HitWallBuilder;
4
5 /**
6 * @since 0.4
7 */
8 public interface HitWallBuilderFactory {
9
10 /**
11 * @since 0.4
12 */
13 HitWallBuilder create();
14
15 }