1
2
3
4
5
6
7
8
9 package net.sf.jour.config;
10
11
12 /***
13 * Java content class for pointcut element declaration.
14 * <p>The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/work/java/jour/jour_pg/src/resources/jour.xsd line 22)
15 * <p>
16 * <pre>
17 * <element name="pointcut">
18 * <complexType>
19 * <complexContent>
20 * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
21 * <attribute name="expr" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
22 * </restriction>
23 * </complexContent>
24 * </complexType>
25 * </element>
26 * </pre>
27 *
28 */
29 public interface Pointcut
30 extends javax.xml.bind.Element, net.sf.jour.config.PointcutType
31 {
32
33
34 }