Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


oracle.wcps.l10n.annotation
Annotation Type L10nName


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
public @interface L10nName

Annotation used to specify a display name for the element.

See oracle.wcps.l10n.annotation.L10n for example use.


Required Element Summary
 java.lang.String key
          Used to annotate the element with the bundle key.

 

Element Detail

key

public abstract java.lang.String key
Used to annotate the element with the bundle key. This value is

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.7.0)
E15995-06


Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.