1 package com.loribel.commons.abstraction; 2 3 /*** 4 * Abstraction of a pattern owner 5 * 6 * @author Grégory Borelli 7 */ 8 public interface GB_PatternOwner 9 { 10 String getPattern(); 11 }