Skip to content

dyorgio/static-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Properties Build Status

An annotation processor for static property navigation

Usage

Using Mysema Maven APT plugin:

<plugin>
    <groupId>com.mysema.maven</groupId>
    <artifactId>maven-apt-plugin</artifactId>
    <executions>
        <execution>
            <goals>
                <goal>process</goal>
            </goals>
            <phase>generate-sources</phase>
            <configuration>
                <processor>dyorgio.apt.staticproperties.AnnotationProcessor</processor>
                <options>
                    <staticproperties.topAnnotations>annotation1,annotation2...</staticproperties.topAnnotations>
	            </options>
            </configuration>
        </execution>
    </executions>
    <dependencies>
        <dependency>
            <groupId>dyorgio.apt</groupId>
            <artifactId>static-properties</artifactId>
            <classifier>apt</classifier>
        </dependency>
    </dependencies>
</plugin>

About

Annotation Processor for static property navigation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages