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

Added Files:
        ActionscriptClassTag.java ActionscriptPropertyTag.java 
Log Message:
Fix XDP-139: bad actionscript tag namespace

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

/**
 * Used to specify class related information of ActionScript value object
 * @qtags.location class
 */
public interface ActionscriptClassTag extends 
com.thoughtworks.qdox.model.DocletTag {
}

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

/**
 * Defines the value object property found by introspection
 * @qtags.location method
 */
public interface ActionscriptPropertyTag extends 
com.thoughtworks.qdox.model.DocletTag {
    /**
     * Is the property bindable?  Default is false.
     *
     * @qtags.allowed-value true
     * @qtags.allowed-value false
     */
    boolean isBindable();

    /**
     * The ActionScript type of the property, if different from the default.
     */
    String getType();
}



-------------------------------------------------------
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