Registry / logging / jcabi-aspects

jcabi-aspects

JSON →
library0.26.0javamavenunverified

A collection of convenient and useful Java annotations for aspect-oriented programming.

<dependency> <groupId>com.jcabi</groupId> <artifactId>jcabi-aspects</artifactId> <version>0.26.0</version> </dependency>
INSTALL
IMPORT
SIG · JCABI-ASPECTS
J
jcabi-aspects
loggingjavav0.26.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Loggable
com.jcabi.aspects.Loggable

Annotates a method with @Loggable to enable logging via aspects.

import com.jcabi.aspects.Loggable; public class Main { @Loggable public static void main(String[] args) { System.out.println("Hello, jcabi-aspects!"); } }
Debug
Known issues
breakingRequires AspectJ weaving; not a compile-time annotation alone.
fix
Configure AspectJ plugin or use load-time weaving.
affects: *
Upgrade
Version history
0.26.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
28
Resources
jcabi-aspects — mvn dependency:get jcabi-aspects · libregistry