Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to diagram/document Aspect libs?

Thanks, but unfortunately I fear that this type of question will get slammed on SO as Opinion-based, not a valid-SO-question, etc.

Maybe if I can word it appropriately, but not exactly sure how to do even that.

Thanks,

Eric


On Mon, Aug 29, 2016 at 1:13 PM, Andy Clement <andrew.clement@xxxxxxxxx> wrote:
I'm not aware of anything. I mean we have aspectjdoc but that is more about modifying javadocs to show where aspects are applying, rather than for describing the libraries themselves. Have you tried asking on stack overflow too? That does reach a broader audience.

cheers,
Andy

On 26 August 2016 at 18:52, Eric B <ebenzacar@xxxxxxxxx> wrote:
Does anyone have any good examples/references for diagrams/documentation of Aspect libraries?

I just finished writing a bunch of logging aspects that cross-cut into the application and would like to document them as much as possible for the less knowledgeable.  Although the code itself is well documented, it would be more for flow diagrams, and how the aspects interact with the codebase that would be interested to draw out/ map out using UML, etc.

Does anyone have good examples of how to do something like that?

Thanks,

Eric


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top