annotate src/main/java/org/ssdt_ohio/devel/forms/pages/Index.java @ 0:f4f8570d1c56

initial OTP form
author smith@nwoca.org
date Mon, 12 Nov 2012 16:29:11 +0000
parents
children
rev   line source
0
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
1 package org.ssdt_ohio.devel.forms.pages;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
2
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
3 import com.trsvax.bootstrap.annotations.Exclude;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
4 import org.apache.tapestry5.SymbolConstants;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
5 import org.apache.tapestry5.annotations.Import;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
6 import org.apache.tapestry5.annotations.Property;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
7 import org.apache.tapestry5.ioc.annotations.Inject;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
8 import org.apache.tapestry5.ioc.annotations.Symbol;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
9
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
10
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
11 public class Index {
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
12 @Property
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
13 @Inject
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
14 @Symbol(SymbolConstants.TAPESTRY_VERSION)
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
15 private String tapestryVersion;
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
16
f4f8570d1c56 initial OTP form
smith@nwoca.org
parents:
diff changeset
17 }