Annotation in java is a marker which associates information with a program element, but has no effect at runtime.
Proxy
in java allows dynamic creation of class at runtime.
This article introduce java project management and comprehension tool - Maven
本文记录 java AbstractQueuedSynchronizer (AQS) 的设计、实现以及具体应用。
This Article describes fork join framework design and implementation
本文记录jdk提供的并发编程基础模块 - 线程池与异步执行框架
本文记录java集合的接口与实现