Remove annotations on PublicAPI
It looks odd/meaningless to annotate the PublicAPI class with its own
annotations, so this removes them.
Their presence caused build issues with Eclipse's JavaBuilder on OS X
(both JDK 6 and JDK 7) yet the standalone ./build.sh worked fine.
It looks safe to remove them.
| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012 ForgeRock AS |
| | | */ |
| | | package org.opends.server.types; |
| | | |
| | |
| | | ElementType.TYPE, |
| | | ElementType.METHOD, |
| | | ElementType.CONSTRUCTOR }) |
| | | @org.opends.server.types.PublicAPI( |
| | | stability=org.opends.server.types.StabilityLevel.UNCOMMITTED, |
| | | mayInstantiate=false, |
| | | mayExtend=false, |
| | | mayInvoke=false) |
| | | public @interface PublicAPI |
| | | { |
| | | /** |