All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.com.causecode.annotation.sanitizedTitle.SanitizedTitle Maven / Gradle / Ivy

Go to download

A plugin used to manage contents like static pages, menus etc. at one place. Also provides shortened and user friendly urls.

There is a newer version: 2.6.2
Show newest version
package com.causecode.annotation.sanitizedTitle;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * This annotation is used to mark a domain field as
 * sanitizable value used in generating link.
 * @author causecode
 *
 */
@Documented
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface SanitizedTitle {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy