1 15 package org.apache.tapestry.spec; 16 17 import org.apache.hivemind.LocationHolder; 18 19 23 public interface InjectSpecification extends LocationHolder 24 { 25 28 29 public String getProperty(); 30 31 public void setProperty(String property); 32 33 38 39 public String getType(); 40 41 public void setType(String type); 42 43 46 47 public String getObject(); 48 49 public void setObject(String object); 50 } | Popular Tags |