I see that the getAnnotation() method on XSElementDecl and various other
elements in XSModels are flagged "TODO" and currently return null.

Does anyone have plans to implement these in the near future?  Are there
particular obstacles to doing so (apart from time and initiative, of
course), or is this just a casualty of scheduling priorities?  

Thanks,
Eric Friedman

    /**
     * Optional. Annotation.
     */
    public XSAnnotation getAnnotation() {
        // REVISIT: SCAPI: to implement
        return null;
    }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to