blob: bab7ae9535e8da19638340bcbf4f2ca545aad702 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<maintainer>
<email>mkennedy@gentoo.org</email>
</maintainer>
<longdescription>
AspectJ is
- a seamless aspect-oriented extension to the Java(tm) programming language
- Java platform compatible
- easy to learn and use
AspectJ enables
- the clean modularization of crosscutting concerns such as: error
checking and handling, synchronization, context-sensitive behavior,
performance optimizations, monitoring and logging, debugging
support, multi-object protocols
</longdescription>
</pkgmetadata>
|