jar

io.github.pellse : decorator

Maven & Gradle

Jan 21, 2017
0 stars

Decorator · A library that emulates in Java the Scala Stackable Trait Pattern

Table Of Contents

Latest Version

Download io.github.pellse : decorator JAR file - Latest Versions:

All Versions

Download io.github.pellse : decorator JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window decorator-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.pellse.decorator

├─ io.github.pellse.decorator.AbstractDecorator.class - [JAR]

├─ io.github.pellse.decorator.Decorator.class - [JAR]

├─ io.github.pellse.decorator.DelegateProvider.class - [JAR]

├─ io.github.pellse.decorator.GeneratedDecorator.class - [JAR]

io.github.pellse.decorator.proxy.bytebuddy

├─ io.github.pellse.decorator.proxy.bytebuddy.ByteBuddyClassDelegateGenerator.class - [JAR]

io.github.pellse.decorator.util.reflection

├─ io.github.pellse.decorator.util.reflection.DelegateInstantiationInfo.class - [JAR]

├─ io.github.pellse.decorator.util.reflection.Injector.class - [JAR]

├─ io.github.pellse.decorator.util.reflection.ReflectionUtils.class - [JAR]

io.github.pellse.decorator.proxy

├─ io.github.pellse.decorator.proxy.DelegateGenerator.class - [JAR]

io.github.pellse.decorator.builder

├─ io.github.pellse.decorator.builder.DecoratorBuilder.class - [JAR]

io.github.pellse.decorator.aop

├─ io.github.pellse.decorator.aop.DelegateInvocationFilter.class - [JAR]

├─ io.github.pellse.decorator.aop.DelegateInvocationHandler.class - [JAR]

Advertisement