jar

org.objectweb.dream.dreamannotation : dream-annotation

Maven & Gradle

Feb 28, 2008
5 usages

Dream Annotation · Dream Annotation is an extension of Fraclet Annotation 2.0 to generate code related to activities managed in Dream Components. It adds the following annotations : @DreamComponent, @DreamMonolog and @DreamLifeCycle. This version adds inheritance for the @DreamMonolog annotation.

Table Of Contents

Latest Version

Download org.objectweb.dream.dreamannotation : dream-annotation JAR file - Latest Versions:

All Versions

Download org.objectweb.dream.dreamannotation : dream-annotation 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 dream-annotation-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.objectweb.dream.dreamannotation.util

├─ org.objectweb.dream.dreamannotation.util.DreamControllerDesc.class - [JAR]

├─ org.objectweb.dream.dreamannotation.util.DreamLifeCycleType.class - [JAR]

org.objectweb.dream.control.lifecycle

├─ org.objectweb.dream.control.lifecycle.BeforeFirstStartLifeCycle.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.NeedAsyncStartController.class - [JAR]

├─ org.objectweb.dream.control.lifecycle.PrepareStopLifeCycleController.class - [JAR]

org.objectweb.fractal.fraclet.annotation.generator.template.attribute

├─ org.objectweb.fractal.fraclet.annotation.generator.template.attribute.AttributeTemplate.class - [JAR]

org.objectweb.dream.control.logger

├─ org.objectweb.dream.control.logger.Loggable.class - [JAR]

├─ org.objectweb.dream.control.logger.LoggerControllerRegister.class - [JAR]

org.objectweb.fractal.fraclet.annotation.generator.template.monolog

├─ org.objectweb.fractal.fraclet.annotation.generator.template.monolog.LogTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.monolog.MonologTemplate.class - [JAR]

org.objectweb.fractal.fraclet.annotation.generator.template.util

├─ org.objectweb.fractal.fraclet.annotation.generator.template.util.GetterSetterTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.util.NonTypedFractalAttributeException.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.util.None.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.util._R_.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.util._T_.class - [JAR]

org.objectweb.dream.dreamannotation.processor

├─ org.objectweb.dream.dreamannotation.processor.DreamAttributeProcessor.class - [JAR]

├─ org.objectweb.dream.dreamannotation.processor.DreamComponentProcessor.class - [JAR]

├─ org.objectweb.dream.dreamannotation.processor.DreamMonologProcessor.class - [JAR]

org.objectweb.dream.dreamannotation.generator.template.monolog

├─ org.objectweb.dream.dreamannotation.generator.template.monolog.DreamInitLoggerTemplate.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.monolog.DreamMonologTemplate.class - [JAR]

org.objectweb.dream.dreamannotation.generator.template.binding

├─ org.objectweb.dream.dreamannotation.generator.template.binding.DreamBindRcTemplate.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.binding.DreamRequiresTemplate.class - [JAR]

org.objectweb.fractal.fraclet.annotation.generator.template.binding

├─ org.objectweb.fractal.fraclet.annotation.generator.template.binding.BindFcTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.binding.BindRcTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.binding.ListFcTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.binding.LookupFcTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.binding.NonTypedBindFcTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.binding.RequiresTemplate.class - [JAR]

├─ org.objectweb.fractal.fraclet.annotation.generator.template.binding.UnbindFcTemplate.class - [JAR]

org.objectweb.dream.dreamannotation.generator.template.lifecycle

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.DreamLifeCycleAsyncStartTemplate.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.DreamLifeCyclePrepareStopTemplate.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.DreamLifeCycleTemplate.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.DreamLifeCycleTemplateFirstStart.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.DreamLifeCycleTemplateFirstStartAndStart.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.DreamLifeCycleTemplateFirstStartAndStop.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.LifeCycleTemplate.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.LifeCycleTemplateStart.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.template.lifecycle.LifeCycleTemplateStop.class - [JAR]

org.objectweb.dream

├─ org.objectweb.dream.InitializationException.class - [JAR]

org.objectweb.fractal.fraclet.annotation.generator.template.service

├─ org.objectweb.fractal.fraclet.annotation.generator.template.service.ComponentServiceTemplate.class - [JAR]

org.objectweb.dream.dreamannotation

├─ org.objectweb.dream.dreamannotation.DreamComponent.class - [JAR]

├─ org.objectweb.dream.dreamannotation.DreamLifeCycle.class - [JAR]

├─ org.objectweb.dream.dreamannotation.DreamMonolog.class - [JAR]

org.objectweb.dream.dreamannotation.generator

├─ org.objectweb.dream.dreamannotation.generator.DreamComponentADLGenerator.class - [JAR]

├─ org.objectweb.dream.dreamannotation.generator.DreamDefinitionGenerator.class - [JAR]

Advertisement