TTC’15 Live Contest Case Study: Transformation of Java Annotations - Inria - Institut national de recherche en sciences et technologies du numérique
Conference Papers Year : 2015

TTC’15 Live Contest Case Study: Transformation of Java Annotations

Abstract

Java 5 introduced annotations as a systematic mean to attach syntactic meta-data to various elements of Java source code. Since then, annotations have been extensively used by a number of libraries, frameworks and tools to conveniently extend behaviour of Java programs that would otherwise have to be done manually or synthesised from external resources. The annotations are usually processed through reflection and the extended behaviour is injected into Java classes using aspect-oriented techniques or a direct byte code modification. However, in some cases, class-level instrumentation might not always be available neither desirable and therefore the transformation is done at the source code level. In this case study we focus on such source-level transformation. Concretely, the task is to inject behaviour specified by an annotation library that encapsulates common programming concerns such as logging, caching and a failure retry. The objective is to explore how are the contemporary transformation tools suitable for programming language transformations.
Fichier principal
Vignette du fichier
case-description.pdf (131.92 Ko) Télécharger le fichier
Origin Files produced by the author(s)

Dates and versions

hal-01242942 , version 1 (14-12-2015)

Identifiers

  • HAL Id : hal-01242942 , version 1

Cite

Filip Křikava, Martin Monperrus. TTC’15 Live Contest Case Study: Transformation of Java Annotations. Transformation Tool Contest, Louis Rose; Tassilo Horn; Filip Krikava, Jul 2015, L'aquila, Italy. ⟨hal-01242942⟩
699 View
50 Download

Share

More