Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/parameter
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13971/plugin-ejb/src/main/java/org/xdoclet/plugin/ejb/qtags/parameter

Added Files:
        ValueObjectMatch.java 
Log Message:
* Various refactorings
* Completed ValueObjectPlugin

--- NEW FILE: ValueObjectMatch.java ---
/*
 * Copyright (c) 2005
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.ejb.qtags.parameter;

/**
 * @author Diogo Quintela
 */
public interface ValueObjectMatch {
    /**
     * An identifier that can be used to select groups of attributes to be 
included in this value object.<br>
     * You can repeat this identifier in the method-level 
&#064;ejb.value-object-field tag to add a property
     * to a value object.<br>
     * You can use '*' as an special value, indicating that all entity 
properties will be included in this
     * value object.
     *
     * <br>
     * Used in:
     * <ul>
     * <li>&#064;ejb.value-object - Set's the match group
     * </li>
     * <li>&#064;ejb.value-object-field - Repeat the 'match' declared in a 
class-level &#064;ejb.value-object
     *                                    tag to link this property to the 
declared value object.
     * </li>
     * </ul>
     *
     * @qtags.default *
     */
    String getMatch();
}



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to