FishEye

Quick Search:

Line History

0

Show Arbitrary Diff

From to

Supports revisions and tags.

History

MAIN 1.3 1.1

Branch MAIN

1.3 annotated / raw | Diffs: previous, other | Lines: 148 ( +13, -2 )

Created: 2006-06-25 18:56:30 -0400 (2 years 6 months ago) | Author: rossd | Changeset: MAIN:rossd:20060625225630

added lockname

Tags: coldspring-1-2-rc1 coldspring-1-2

1.2 annotated / raw | Diffs: previous, other | Lines: 137 ( +6, -3 )

Created: 2005-11-16 11:16:10 -0500 (3 years 1 month ago) | Author: rossd | Changeset: MAIN:rossd:20051116161610

updates to license in all framework code

Tags: alpha-0-5-0

1.1 annotated / raw | Lines: 134 ( +134, -0 )

Created: 2005-11-02 21:09:22 -0500 (3 years 2 months ago) | Author: scottc | Changeset: MAIN:scottc:20051103020922

Initial classes to support throwsAdvice, as well as implementing interceptors to make before and after advice (as well as throws advice) all part of the method invocation chain. This is very much in line with the method invocation used in Spring, seems very necessary for throws advice to be implemented. Also should simplify some issues with not returning null values. These classes are not yet implemented in the AopProxyBean, so nothing works yet!